Class IPAParserException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ca.phon.ipa.parser.exceptions.IPAParserException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
HangingLigatureException,HangingStressException,InvalidTokenException,StrayDiacriticException
Exception class for errors during Phone
lexing/parsing.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionIPAParserException(String message) IPAParserException(String message, Throwable cause) IPAParserException(Throwable cause) -
Method Summary
Modifier and TypeMethodDescriptionintintvoidsetLineNumber(int lineNumber) voidsetPositionInLine(int positionInLine) Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IPAParserException
public IPAParserException() -
IPAParserException
-
IPAParserException
-
IPAParserException
-
-
Method Details
-
getPositionInLine
public int getPositionInLine() -
setPositionInLine
public void setPositionInLine(int positionInLine) -
getLineNumber
public int getLineNumber() -
setLineNumber
public void setLineNumber(int lineNumber)
-