Package psidev.psi.mi.jami.exception
Class IllegalParameterException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- psidev.psi.mi.jami.exception.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 Summary
Constructors Constructor Description IllegalParameterException()
Constructor for IllegalParameterException.IllegalParameterException(String s)
Constructor for IllegalParameterException.IllegalParameterException(String s, Throwable throwable)
Constructor for IllegalParameterException.IllegalParameterException(Throwable throwable)
Constructor for IllegalParameterException.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
IllegalParameterException
public IllegalParameterException()
Constructor for IllegalParameterException.
-
IllegalParameterException
public IllegalParameterException(String s)
Constructor for IllegalParameterException.
- Parameters:
s
- aString
object.
-
IllegalParameterException
public IllegalParameterException(String s, Throwable throwable)
Constructor for IllegalParameterException.
-
-