Package psidev.psi.mi.jami.exception
Class IllegalRangeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- psidev.psi.mi.jami.exception.IllegalRangeException
-
- All Implemented Interfaces:
Serializable
public class IllegalRangeException extends Exception
Exception thrown when trying to create an Illegal range- Since:
08/02/13
- Version:
- $Id$
- Author:
- Marine Dumousseau (marine@ebi.ac.uk)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IllegalRangeException()
Constructor for IllegalRangeException.IllegalRangeException(String s)
Constructor for IllegalRangeException.IllegalRangeException(String s, Throwable throwable)
Constructor for IllegalRangeException.IllegalRangeException(Throwable throwable)
Constructor for IllegalRangeException.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
IllegalRangeException
public IllegalRangeException()
Constructor for IllegalRangeException.
-
IllegalRangeException
public IllegalRangeException(String s)
Constructor for IllegalRangeException.
- Parameters:
s
- aString
object.
-
IllegalRangeException
public IllegalRangeException(String s, Throwable throwable)
Constructor for IllegalRangeException.
-
-