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:
    Serialized Form
    • Constructor Detail

      • IncompatibleOperationException

        public IncompatibleOperationException()
      • IncompatibleOperationException

        public IncompatibleOperationException​(String message)
      • IncompatibleOperationException

        public IncompatibleOperationException​(Throwable t)
      • IncompatibleOperationException

        public IncompatibleOperationException​(String message,
                                              Throwable t)