Package ca.phon.ipa.parser.exceptions
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
ConstructorDescriptionIPAParserException
(String message) IPAParserException
(String message, Throwable cause) IPAParserException
(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
-
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)
-