org.biojava.ontology
Class InvalidTermException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.biojava.ontology.OntologyException
org.biojava.ontology.InvalidTermException
- All Implemented Interfaces:
- java.io.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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
InvalidTermException
public InvalidTermException()
InvalidTermException
public InvalidTermException(java.lang.String message)
InvalidTermException
public InvalidTermException(java.lang.Throwable cause)
InvalidTermException
public InvalidTermException(java.lang.String message,
java.lang.Throwable cause)