Class IncompatibleOperationException

All Implemented Interfaces:
Serializable

public class IncompatibleOperationException extends MalformedQueryException
An exception indicating that a string could not be parsed into an operation of the expected type by the parser.
Author:
jeen
See Also:
  • Constructor Details

    • IncompatibleOperationException

      public IncompatibleOperationException()
    • IncompatibleOperationException

      public IncompatibleOperationException(String message)
    • IncompatibleOperationException

      public IncompatibleOperationException(Throwable t)
    • IncompatibleOperationException

      public IncompatibleOperationException(String message, Throwable t)