Package org.obolibrary.oboformat.parser
Class OBOFormatDanglingReferenceException
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
org.obolibrary.oboformat.parser.OBOFormatDanglingReferenceException
- All Implemented Interfaces:
Serializable
The Class OBOFormatDanglingReferenceException.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new OBO format dangling reference exception.Instantiates a new OBO format dangling reference exception.OBOFormatDanglingReferenceException
(String message, Throwable e) Instantiates a new OBO format dangling reference exception.Instantiates a new OBO format dangling reference 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
-
OBOFormatDanglingReferenceException
public OBOFormatDanglingReferenceException()Instantiates a new OBO format dangling reference exception. -
OBOFormatDanglingReferenceException
Instantiates a new OBO format dangling reference exception.- Parameters:
message
- the message
-
OBOFormatDanglingReferenceException
Instantiates a new OBO format dangling reference exception.- Parameters:
e
- the e
-
OBOFormatDanglingReferenceException
Instantiates a new OBO format dangling reference exception.- Parameters:
message
- the messagee
- the e
-