Class InvalidTokenException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ca.phon.ipa.parser.exceptions.IPAParserException
ca.phon.ipa.parser.exceptions.InvalidTokenException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidTokenException(String message) InvalidTokenException(String message, Throwable cause) InvalidTokenException(Throwable cause) -
Method Summary
Methods inherited from class ca.phon.ipa.parser.exceptions.IPAParserException
getLineNumber, getPositionInLine, setLineNumber, setPositionInLineMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidTokenException
public InvalidTokenException() -
InvalidTokenException
-
InvalidTokenException
-
InvalidTokenException
-