Package org.semanticweb.owlapi.io
Class OWLOntologyInputSourceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.semanticweb.owlapi.model.OWLException
org.semanticweb.owlapi.io.OWLOntologyInputSourceException
- All Implemented Interfaces:
Serializable
- Since:
- 2.2.0
- Author:
- Matthew Horridge, The University Of Manchester, Bio-Health Informatics Group
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor.OWLOntologyInputSourceException
(String message) OWLOntologyInputSourceException
(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
-
OWLOntologyInputSourceException
public OWLOntologyInputSourceException()Default constructor. -
OWLOntologyInputSourceException
- Parameters:
cause
- the cause
-
OWLOntologyInputSourceException
- Parameters:
message
- the message
-
OWLOntologyInputSourceException
- Parameters:
message
- the messagecause
- the cause
-