public final class PropertiesException extends CastorRuntimeException
| Constructor and Description |
|---|
PropertiesException()
Constructs a new PropertiesException without a message.
|
PropertiesException(String message)
Constructs a new PropertiesException with the specified detail message.
|
PropertiesException(String message,
Throwable cause)
Constructs a new PropertiesException with the specified detail message and cause.
|
PropertiesException(Throwable cause)
Constructs a new PropertiesException with the specified cause and the detail message
of the cause.
|
getCause, initCause, printStackTrace, printStackTrace, printStackTraceaddSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, setStackTrace, toStringpublic PropertiesException()
public PropertiesException(String message)
message - The detail message.public PropertiesException(Throwable cause)
cause - The cause.Copyright © 2021. All rights reserved.