Package org.obolibrary.robot.exceptions
Class IncoherentTBoxException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.obolibrary.robot.exceptions.OntologyLogicException
-
- org.obolibrary.robot.exceptions.IncoherentTBoxException
-
- All Implemented Interfaces:
Serializable
public class IncoherentTBoxException extends OntologyLogicException
Ontology contains unsatisfiable classes.- Author:
- cjm
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IncoherentTBoxException(Set<org.semanticweb.owlapi.model.OWLClass> unsatisfiableClasses)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
IncoherentTBoxException
public IncoherentTBoxException(Set<org.semanticweb.owlapi.model.OWLClass> unsatisfiableClasses)
- Parameters:
unsatisfiableClasses
- list of unsat classes
-
-