Package org.obolibrary.robot.exceptions
Class OntologyStructureException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.obolibrary.robot.exceptions.OntologyStructureException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
InvalidReferenceException
public abstract class OntologyStructureException extends Exception
Ontology contains contains structure that constitutes an exceptionExample: a logical axiom referencing a deprecated entity
- Author:
- cjm
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OntologyStructureException()
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-