Class 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
    • 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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • unexpected

        private boolean unexpected
    • Constructor Detail

      • GeneratorException

        public GeneratorException()
      • GeneratorException

        public GeneratorException​(java.lang.Throwable cause,
                                  boolean unexpected)
      • GeneratorException

        public GeneratorException​(java.lang.Throwable cause)
    • Method Detail

      • isUnExpected

        public boolean isUnExpected()