Package org.moeaframework.core.variable
Class VariableEncodingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.moeaframework.core.FrameworkException
org.moeaframework.core.variable.VariableEncodingException
- All Implemented Interfaces:
Serializable
Thrown when a variable could not be encoded or decoded.
- See Also:
-
Constructor Summary
ConstructorDescriptionVariableEncodingException
(String message) Creates an exception indicating an issue encoding or decoding a variable.VariableEncodingException
(String message, Throwable cause) Creates an exception indicating an issue encoding or decoding a variable. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
VariableEncodingException
Creates an exception indicating an issue encoding or decoding a variable.- Parameters:
message
- the error message
-
VariableEncodingException
Creates an exception indicating an issue encoding or decoding a variable.- Parameters:
message
- the error messagecause
- the underlying cause
-