Class ManchesterSyntaxStorerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.semanticweb.owlapi.model.OWLException
org.semanticweb.owlapi.model.OWLOntologyStorageException
org.semanticweb.owlapi.manchestersyntax.renderer.ManchesterSyntaxStorerException
- All Implemented Interfaces:
Serializable
- Since:
- 2.0.0
- Author:
- Matthew Horridge, The University Of Manchester, Bio-Health Informatics Group
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionManchesterSyntaxStorerException
(String message) ManchesterSyntaxStorerException
(String message, 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
-
ManchesterSyntaxStorerException
- Parameters:
message
- the message
-
ManchesterSyntaxStorerException
- Parameters:
message
- the messagecause
- the cause
-
ManchesterSyntaxStorerException
- Parameters:
cause
- the cause
-