Class UnknownTokenException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.xima.fc.exceptions.UnknownTokenException
- All Implemented Interfaces:
Serializable
Exception that is thrown when a token is unknown.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUnknownTokenException(String message) Creates a new unknown token exception with the given message. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnknownTokenException
Creates a new unknown token exception with the given message.- Parameters:
message- Message explaining the exception that occurred.
-