Package com.norconex.commons.lang.map
Class PropertiesException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.norconex.commons.lang.map.PropertiesException
- All Implemented Interfaces:
Serializable
Properties exception. Typically thrown when
setting/getting invalid property values.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPropertiesException(String message) PropertiesException(String message, Throwable cause) PropertiesException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PropertiesException
public PropertiesException() -
PropertiesException
-
PropertiesException
-
PropertiesException
-