Class LogicException.CompileLogicException

All Implemented Interfaces:
Serializable
Enclosing class:
LogicException

public static class LogicException.CompileLogicException extends LogicException
Exception while converting the tokens into a valid expression.
See Also:
  • Field Details

  • Constructor Details

    • CompileLogicException

      public CompileLogicException(String message, Exception e)
    • CompileLogicException

      public CompileLogicException(String message)