Class NoSuchParameterException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.moeaframework.core.FrameworkException
org.moeaframework.analysis.parameter.NoSuchParameterException
- All Implemented Interfaces:
Serializable
An exception indicating the parameter does not exist.
- See Also:
-
Constructor Summary
ConstructorDescriptionNoSuchParameterException
(String parameterName) Constructs a new exception for a missing parameter. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NoSuchParameterException
Constructs a new exception for a missing parameter.- Parameters:
parameterName
- the name of the parameter
-