public class OBOFormatParserException extends OBOFormatException
Constructor and Description |
---|
OBOFormatParserException(String message,
int lineNo,
String line) |
OBOFormatParserException(String message,
Throwable e,
int lineNo,
String line) |
OBOFormatParserException(Throwable e,
int lineNo,
String line) |
Modifier and Type | Method and Description |
---|---|
String |
getLine() |
int |
getLineNo() |
String |
getMessage() |
String |
toString() |
getColumnNumber, getLineNumber
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public OBOFormatParserException(String message, Throwable e, int lineNo, String line)
message
- the messagee
- the causelineNo
- the line noline
- the linepublic OBOFormatParserException(String message, int lineNo, String line)
message
- the messagelineNo
- the line noline
- the linepublic int getLineNo()
public String getLine()
@Nonnull public String getMessage()
getMessage
in class OWLParserException
Copyright © 2020 The University of Manchester. All rights reserved.