Class IllegalParameterException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
repast.simphony.parameter.IllegalParameterException
All Implemented Interfaces:
Serializable

public class IllegalParameterException extends RuntimeException
Exception thrown when illegally setting a parameter via Parameters.
Version:
$Revision$ $Date$
Author:
Nick Collier
See Also:
  • Constructor Details

    • IllegalParameterException

      public IllegalParameterException()
    • IllegalParameterException

      public IllegalParameterException(Throwable cause)
    • IllegalParameterException

      public IllegalParameterException(String message)
    • IllegalParameterException

      public IllegalParameterException(String message, Throwable cause)