public class OntologyLogicException extends Exception
Constructor and Description |
---|
OntologyLogicException()
Default constructor
|
OntologyLogicException(Set<? extends org.semanticweb.owlapi.model.OWLEntity> unsatisfiable)
Throw a new OntologyLogicException with a set of unsatisfiable classes or properties.
|
OntologyLogicException(String s)
Throw a new OntologyLogicException with string message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public OntologyLogicException(String s)
s
- messagepublic OntologyLogicException(Set<? extends org.semanticweb.owlapi.model.OWLEntity> unsatisfiable)
unsatisfiable
- set of unsatisfiable classes or propertiespublic OntologyLogicException()
Copyright © 2015–2020. All rights reserved.