Class LogicException.CompileLogicException

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    LogicException

    public static class LogicException.CompileLogicException
    extends LogicException
    Exception while converting the tokens into a valid expression.
    See Also:
    Serialized Form
    • Constructor Detail

      • CompileLogicException

        public CompileLogicException​(java.lang.String message,
                                     java.lang.Exception e)
      • CompileLogicException

        public CompileLogicException​(java.lang.String message)