Package org.graffiti.plugin.algorithm
Class ParameterOutOfBoundsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.graffiti.plugin.algorithm.ParameterOutOfBoundsException
- All Implemented Interfaces:
Serializable
public class ParameterOutOfBoundsException extends Exception
This exception is thrown if anyone tries to assign an invalid value to a
LimitableParameter
.- Version:
- $Revision: 1.5 $
- See Also:
LimitableParameter
, Serialized Form
-
Constructor Summary
Constructors Constructor Description ParameterOutOfBoundsException()
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ParameterOutOfBoundsException
public ParameterOutOfBoundsException()
-