Package org.semanticweb.owlapi.model
Class OWLRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.semanticweb.owlapi.model.OWLRuntimeException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
IllegalElementNameException
,OboInOwlCardinalityTools.AnnotationCardinalityException
,OWLOntologyChangeException
,OWLOntologyFactoryNotFoundException
,OWLOntologyIRIMappingNotFoundException
,OWLOntologyResourceAccessException
,OWLParserException
,OWLReasonerRuntimeException
,OwlStringTools.OwlStringException
,RDFParserException
,ReasonerInterruptedException
,TranslatedOntologyChangeException
,TranslatedUnloadableImportException
,UnknownOWLOntologyException
,UnloadableImportException
,UnsupportedEntailmentTypeException
The root of runtime exceptions in the OWL API.
- Since:
- 2.0.0
- Author:
- Matthew Horridge, The University Of Manchester, Bio-Health Informatics Group
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor.OWLRuntimeException
(String message) OWLRuntimeException
(String message, Throwable cause) OWLRuntimeException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
OWLRuntimeException
public OWLRuntimeException()Default constructor. -
OWLRuntimeException
- Parameters:
message
- message
-
OWLRuntimeException
- Parameters:
message
- messagecause
- cause
-
OWLRuntimeException
- Parameters:
cause
- cause
-