Class OrthoParserException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ca.phon.orthography.parser.exceptions.OrthoParserException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorDescriptionOrthoParserException
(String message) OrthoParserException
(String message, Throwable cause) OrthoParserException
(Throwable cause) -
Method Summary
Modifier and TypeMethodDescriptionint
int
void
setLineNumber
(int lineNumber) void
setPositionInLine
(int positionInLine) Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
OrthoParserException
public OrthoParserException() -
OrthoParserException
-
OrthoParserException
-
OrthoParserException
-
-
Method Details
-
getPositionInLine
public int getPositionInLine() -
setPositionInLine
public void setPositionInLine(int positionInLine) -
getLineNumber
public int getLineNumber() -
setLineNumber
public void setLineNumber(int lineNumber)
-