Package org.openhab.core.i18n
Class ConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.openhab.core.i18n.AbstractI18nException
org.openhab.core.i18n.ConfigurationException
- All Implemented Interfaces:
Serializable
Provides an exception class for openHAB to be used in case of configuration issues
- Author:
- Laurent Garnier - Initial contribution
- See Also:
-
Constructor Summary
ConstructorDescriptionConfigurationException
(String message, @Nullable Object @Nullable ... msgParams) ConfigurationException
(String message, @Nullable Throwable cause, @Nullable Object @Nullable ... msgParams) ConfigurationException
(Throwable cause) -
Method Summary
Methods inherited from class org.openhab.core.i18n.AbstractI18nException
getLocalizedMessage, getMessage, getRawMessage
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConfigurationException
-
ConfigurationException
-
ConfigurationException
-