Package com.github.hypfvieh.config.xml
Klasse ConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.github.hypfvieh.config.xml.ConfigurationException
- Alle implementierten Schnittstellen:
Serializable
Exception which indicates problems with a given configuration file.
- Seit:
- v1.0.3 - 2018-01-15
- Autor:
- hypfvieh
- Siehe auch:
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungConfigurationException(String _message) ConfigurationException(String _message, Throwable _cause) ConfigurationException(String _message, Throwable _cause, boolean _enableSuppression, boolean _writableStackTrace) ConfigurationException(Throwable _cause) -
Methodenübersicht
Von Klasse geerbte Methoden java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Konstruktordetails
-
ConfigurationException
public ConfigurationException() -
ConfigurationException
-
ConfigurationException
-
ConfigurationException
-
ConfigurationException
-