Class InvalidSyntaxException

All Implemented Interfaces:
Serializable

Invalid syntax.
See Also:
  • Constructor Details

    • InvalidSyntaxException

      Constructs an instance of InvalidExpressionException with the specified detail message.
      Parameters:
      msg - the detail message.
    • InvalidSyntaxException

      public InvalidSyntaxException(String msg, int position)
      Constructs an instance of InvalidExpressionException with the specified detail message.
      Parameters:
      msg - the detail message.
      position - the position
  • Method Details