Package com.fizzed.rocker.compiler
Class TokenException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.fizzed.rocker.compiler.TokenException
-
- All Implemented Interfaces:
java.io.Serializable
public class TokenException extends java.lang.Exception- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TokenException(java.lang.String msg)Constructs an instance ofTokenExceptionwith the specified detail message.
-