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