Package jflex.exceptions
Class GeneratorException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- jflex.exceptions.GeneratorException
-
- All Implemented Interfaces:
Serializable
public class GeneratorException extends RuntimeException
Thrown when code generation has to be aborted.- Version:
- JFlex 1.8.2
- Author:
- Gerwin Klein
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GeneratorException()
GeneratorException(Throwable cause)
GeneratorException(Throwable cause, boolean unexpected)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isUnExpected()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-