Class ConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.projecthusky.valueset.exceptions.ConfigurationException
- All Implemented Interfaces:
Serializable
Exception in case the value set configuration is invalid.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor to instantiate the object.ConfigurationException
(String message) Instantiates a new configuration exception by using the given text message. -
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()Default constructor to instantiate the object. A predefined text message will be used. -
ConfigurationException
Instantiates a new configuration exception by using the given text message.- Parameters:
message
- the message
-