Package org.biojava.bio.seq.db
Class IllegalIDException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.biojava.bio.BioException
-
- org.biojava.bio.seq.db.IllegalIDException
-
- All Implemented Interfaces:
Serializable
public class IllegalIDException extends BioException
- Author:
- Matthew Pocock, Keith James
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IllegalIDException()
IllegalIDException(String message)
IllegalIDException(Throwable t)
IllegalIDException(Throwable t, String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
IllegalIDException
public IllegalIDException()
-
IllegalIDException
public IllegalIDException(Throwable t)
-
IllegalIDException
public IllegalIDException(String message)
-
IllegalIDException
public IllegalIDException(Throwable t, String message)
-
-