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.
Author:
Michael Schmitz invalid input: '<'schmmd@cs.washington.edu>
See Also:
  • Constructor Details

    • CompileLogicException

      public CompileLogicException(String message, Exception e)
    • CompileLogicException

      public CompileLogicException(String message)