Class OrthoParserException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ca.phon.orthography.parser.OrthoParserException
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionOrthoParserException(OrthoParserException.Type type, String message) OrthoParserException(OrthoParserException.Type type, String message, int charPositionInLine) OrthoParserException(OrthoParserException.Type type, String message, Throwable cause) OrthoParserException(OrthoParserException.Type type, String message, Throwable cause, int charPositionInLine) OrthoParserException(String message) OrthoParserException(String message, int charPositionInLine) OrthoParserException(String message, Throwable cause) OrthoParserException(Throwable cause) -
Method Summary
Modifier and TypeMethodDescriptionintintgetType()voidsetLineNumber(int lineNumber) voidsetPositionInLine(int positionInLine) voidMethods 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
-
OrthoParserException
-
OrthoParserException
-
OrthoParserException
-
OrthoParserException
-
OrthoParserException
public OrthoParserException(OrthoParserException.Type type, String message, Throwable cause, int charPositionInLine) -
OrthoParserException
-
-
Method Details
-
getPositionInLine
public int getPositionInLine() -
setPositionInLine
public void setPositionInLine(int positionInLine) -
getLineNumber
public int getLineNumber() -
setLineNumber
public void setLineNumber(int lineNumber) -
getType
-
setType
-