Class ConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.moeaframework.core.FrameworkException
org.moeaframework.core.configuration.ConfigurationException
- All Implemented Interfaces:
Serializable
Indicates an error occurred when configuring an object or reading properties.
- See Also:
-
Constructor Summary
ConstructorDescriptionConfigurationException
(String message) Creates a new exception indicating an error occurred while configuring an object.ConfigurationException
(String message, Throwable cause) Creates a new exception indicating an error occurred while configuring an object. -
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 new exception indicating an error occurred while configuring an object.- Parameters:
message
- a message describing what caused the errorcause
- the underlying cause
-
ConfigurationException
Creates a new exception indicating an error occurred while configuring an object.- Parameters:
message
- a message describing what caused the error
-