Package repast.simphony.parameter
Class IllegalParameterException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
repast.simphony.parameter.IllegalParameterException
- All Implemented Interfaces:
Serializable
Exception thrown when illegally setting a parameter via Parameters.
- Version:
- $Revision$ $Date$
- Author:
- Nick Collier
- See Also:
-
Constructor Summary
ConstructorDescriptionIllegalParameterException
(String message) IllegalParameterException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IllegalParameterException
public IllegalParameterException() -
IllegalParameterException
-
IllegalParameterException
-
IllegalParameterException
-