Class MorParserException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ca.phon.orthography.mor.parser.MorParserException
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionMorParserException
(MorParserException.Type type, String message) MorParserException
(MorParserException.Type type, String message, int charPositionInLine) MorParserException
(MorParserException.Type type, String message, Throwable cause) MorParserException
(MorParserException.Type type, String message, Throwable cause, int charPositionInLine) MorParserException
(String message) MorParserException
(String message, int charPositionInLine) MorParserException
(String message, Throwable cause) MorParserException
(Throwable cause) -
Method Summary
Modifier and TypeMethodDescriptionint
int
getType()
void
setLineNumber
(int lineNumber) void
setPositionInLine
(int positionInLine) void
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MorParserException
public MorParserException() -
MorParserException
-
MorParserException
-
MorParserException
-
MorParserException
-
MorParserException
-
MorParserException
-
MorParserException
-
MorParserException
public MorParserException(MorParserException.Type type, String message, Throwable cause, int charPositionInLine) -
MorParserException
-
-
Method Details
-
getPositionInLine
public int getPositionInLine() -
setPositionInLine
public void setPositionInLine(int positionInLine) -
getLineNumber
public int getLineNumber() -
setLineNumber
public void setLineNumber(int lineNumber) -
getType
-
setType
-