Package rife.config.exceptions
Class ConfigErrorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
rife.config.exceptions.ConfigErrorException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CantFindXmlPathException
,CantWriteToDestinationException
,ConfigResourceNotFoundException
,InitializationErrorException
,MissingPreferencesUserNodeException
,MissingXmlFileException
,ModificationTimeErrorException
,StorePreferencesErrorException
,StoreXmlErrorException
- See Also:
-
Constructor Summary
ConstructorDescriptionConfigErrorException
(String message) ConfigErrorException
(String message, Throwable cause) ConfigErrorException
(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
-
ConfigErrorException
-
ConfigErrorException
-
ConfigErrorException
-