Package org.obolibrary.oboformat.parser
Class OBOFormatException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.semanticweb.owlapi.model.OWLRuntimeException
org.semanticweb.owlapi.io.OWLParserException
org.obolibrary.oboformat.parser.OBOFormatException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
InvalidXrefMapException
,OBOFormatDanglingReferenceException
,OBOFormatParserException
The Class OBOFormatException.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new OBO format exception.OBOFormatException
(String message) Instantiates a new OBO format exception.OBOFormatException
(String message, Throwable e) Instantiates a new OBO format exception.Instantiates a new OBO format exception. -
Method Summary
Methods inherited from class org.semanticweb.owlapi.io.OWLParserException
getColumnNumber, getLineNumber, getMessage
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
OBOFormatException
public OBOFormatException()Instantiates a new OBO format exception. -
OBOFormatException
Instantiates a new OBO format exception.- Parameters:
message
- the message
-
OBOFormatException
Instantiates a new OBO format exception.- Parameters:
e
- the e
-
OBOFormatException
Instantiates a new OBO format exception.- Parameters:
message
- the messagee
- the e
-