Package org.biojava.nbio.ontology
Class InvalidTermException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.biojava.nbio.ontology.OntologyException
-
- org.biojava.nbio.ontology.InvalidTermException
-
- All Implemented Interfaces:
Serializable
public class InvalidTermException extends OntologyException
Thrown to indicate that an ontology term is not acceptable or appropriate in a given context- Since:
- 1.4
- Author:
- Thomas Down, Matthew Pocock
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidTermException()
InvalidTermException(String message)
InvalidTermException(String message, Throwable cause)
InvalidTermException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
InvalidTermException
public InvalidTermException()
-
InvalidTermException
public InvalidTermException(String message)
-
InvalidTermException
public InvalidTermException(Throwable cause)
-
InvalidTermException
public InvalidTermException(String message, Throwable cause)
-
-