Package org.obolibrary.oboformat.parser
Class OBOFormatParserException
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.OBOFormatParserException
- All Implemented Interfaces:
Serializable
The Class OBOFormatParserException.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionOBOFormatParserException
(String message, int lineNo, String line) OBOFormatParserException
(String message, Throwable e, int lineNo, String line) OBOFormatParserException
(Throwable e, int lineNo, String line) -
Method Summary
Methods inherited from class org.semanticweb.owlapi.io.OWLParserException
getColumnNumber, getLineNumber
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
OBOFormatParserException
- Parameters:
message
- the messagee
- the causelineNo
- the line noline
- the line
-
OBOFormatParserException
- Parameters:
message
- the messagelineNo
- the line noline
- the line
-
OBOFormatParserException
- Parameters:
e
- the causelineNo
- the line noline
- the line
-
-
Method Details
-
getLineNo
public int getLineNo()- Returns:
- the line number
-
getLine
- Returns:
- the line
-
getMessage
- Overrides:
getMessage
in classOWLParserException
-
toString
-