Class CompileExpressionErrorException

All Implemented Interfaces:
Serializable

public class CompileExpressionErrorException extends ExpressionRuntimeException
Compile expression exception
See Also:
  • Field Details

  • Constructor Details

    • CompileExpressionErrorException

      public CompileExpressionErrorException()
    • CompileExpressionErrorException

      public CompileExpressionErrorException(String message, Throwable cause)
    • CompileExpressionErrorException

      public CompileExpressionErrorException(String message)
    • CompileExpressionErrorException

      public CompileExpressionErrorException(Throwable cause)