Class 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:
    Serialized Form
    • Constructor Detail

      • IllegalParameterException

        public IllegalParameterException()
      • IllegalParameterException

        public IllegalParameterException​(Throwable cause)
      • IllegalParameterException

        public IllegalParameterException​(String message)
      • IllegalParameterException

        public IllegalParameterException​(String message,
                                         Throwable cause)