Package org.omegazero.common.config
Class ConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.omegazero.common.config.ConfigurationException
- All Implemented Interfaces:
Serializable
Exception thrown when an error occurs while loading or processing a configuration.
- Since:
- 2.10
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a newConfigurationException
with the specified message.ConfigurationException
(String msg, Throwable cause) Creates a newConfigurationException
with the specified message and 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
Creates a newConfigurationException
with the specified message.- Parameters:
msg
- The error message
-
ConfigurationException
Creates a newConfigurationException
with the specified message and cause.- Parameters:
msg
- The error messagecause
- TheThrowable
cause
-