public class PropertyFileLoaderException extends ChainedException
| Constructor and Description |
|---|
PropertyFileLoaderException()
Instantiates a new property file loader exception.
|
PropertyFileLoaderException(String message)
Instantiates a new property file loader exception.
|
PropertyFileLoaderException(String message,
Throwable cause)
Instantiates a new property file loader exception.
|
PropertyFileLoaderException(Throwable cause)
Instantiates a new property file loader exception.
|
getCause, printStackTrace, printStackTrace, printStackTrace, toStringaddSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTracepublic PropertyFileLoaderException()
public PropertyFileLoaderException(String message)
message - the messagepublic PropertyFileLoaderException(String message, Throwable cause)
message - the messagecause - the causepublic PropertyFileLoaderException(Throwable cause)
cause - the causeCopyright © 2016 utils4j. All Rights Reserved.