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