Package jflex.exceptions
Class GeneratorException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- jflex.exceptions.GeneratorException
-
- All Implemented Interfaces:
java.io.Serializable
public class GeneratorException extends java.lang.RuntimeException
Thrown when code generation has to be aborted.- Version:
- JFlex 1.9.1
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
private boolean
unexpected
-
Constructor Summary
Constructors Constructor Description GeneratorException()
GeneratorException(java.lang.Throwable cause)
GeneratorException(java.lang.Throwable cause, boolean unexpected)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isUnExpected()
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
unexpected
private boolean unexpected
-
-