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:
  • Constructor Details

    • UnknownTokenException

      public UnknownTokenException(String message)
      Creates a new unknown token exception with the given message.
      Parameters:
      message - Message explaining the exception that occurred.