Class TokenException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.fizzed.rocker.compiler.TokenException
All Implemented Interfaces:
Serializable

public class TokenException extends Exception
See Also:
  • Constructor Details

    • TokenException

      public TokenException(String msg)
      Constructs an instance of TokenException with the specified detail message.
      Parameters:
      msg - the detail message.