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