Class IllegalParameterException

  • All Implemented Interfaces:
    Serializable

    public class IllegalParameterException
    extends Exception
    Exception to throw if a Parameter is not valid
    Since:
    11/02/13
    Version:
    $Id$
    Author:
    Marine Dumousseau (marine@ebi.ac.uk)
    See Also:
    Serialized Form
    • Constructor Detail

      • IllegalParameterException

        public IllegalParameterException()

        Constructor for IllegalParameterException.

      • IllegalParameterException

        public IllegalParameterException​(String s)

        Constructor for IllegalParameterException.

        Parameters:
        s - a String object.
      • IllegalParameterException

        public IllegalParameterException​(String s,
                                         Throwable throwable)

        Constructor for IllegalParameterException.

        Parameters:
        s - a String object.
        throwable - a Throwable object.
      • IllegalParameterException

        public IllegalParameterException​(Throwable throwable)

        Constructor for IllegalParameterException.

        Parameters:
        throwable - a Throwable object.