Class CannotCompileException

  • All Implemented Interfaces:
    java.io.Serializable

    public class CannotCompileException
    extends java.lang.Exception
    Exception indicating that constructs were encountered in the expression tree that cannot be compiled to bytecode
    See Also:
    Serialized Form
    • Constructor Detail

      • CannotCompileException

        public CannotCompileException()
      • CannotCompileException

        public CannotCompileException​(Expression expr)
      • CannotCompileException

        public CannotCompileException​(java.lang.String reason,
                                      boolean recoverable)
      • CannotCompileException

        public CannotCompileException​(Expression expr,
                                      java.lang.String reason)
    • Method Detail

      • getMessage

        public java.lang.String getMessage()
        Overrides:
        getMessage in class java.lang.Throwable
      • getExpression

        public Expression getExpression()
      • isRecoverable

        public boolean isRecoverable()