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
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:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionInvalidTermException(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 Details
- 
InvalidTermException
public InvalidTermException() - 
InvalidTermException
 - 
InvalidTermException
 - 
InvalidTermException
 
 -