Package com.github.hypfvieh.config.xml
Class ConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.github.hypfvieh.config.xml.ConfigurationException
- All Implemented Interfaces:
Serializable
Exception which indicates problems with a given configuration file.
- Since:
- v1.0.3 - 2018-01-15
- Author:
- hypfvieh
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConfigurationException(String _message) ConfigurationException(String _message, Throwable _cause) ConfigurationException(String _message, Throwable _cause, boolean _enableSuppression, boolean _writableStackTrace) ConfigurationException(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
-
ConfigurationException
public ConfigurationException() -
ConfigurationException
-
ConfigurationException
-
ConfigurationException
-
ConfigurationException
-