Class LatexRendererException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.semanticweb.owlapi.model.OWLException
org.semanticweb.owlapi.model.OWLOntologyStorageException
org.semanticweb.owlapi.io.OWLRendererException
org.semanticweb.owlapi.latex.renderer.LatexRendererException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
LatexRendererIOException
The Class LatexRendererException.
- Since:
- 2.0.0
- Author:
- Matthew Horridge, The University Of Manchester, Bio-Health Informatics Group
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionLatexRendererException
(String message) Instantiates a new latex renderer exception.LatexRendererException
(String message, Throwable cause) Instantiates a new latex renderer exception.LatexRendererException
(Throwable cause) Instantiates a new latex renderer exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
LatexRendererException
Instantiates a new latex renderer exception.- Parameters:
cause
- the cause
-
LatexRendererException
Instantiates a new latex renderer exception.- Parameters:
message
- the message
-
LatexRendererException
Instantiates a new latex renderer exception.- Parameters:
message
- the messagecause
- the cause
-