Class QueryParserException

  • All Implemented Interfaces:
    java.io.Serializable

    public class QueryParserException
    extends java.lang.RuntimeException
    Thrown by the Manager when it cannot parse the query
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      QueryParserException​(java.lang.String message)
      Constructs an instance of the QueryParserException.
      QueryParserException​(java.lang.String message, java.lang.Throwable cause)
      Constructs an instance of the QueryParserException.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • QueryParserException

        public QueryParserException​(java.lang.String message,
                                    java.lang.Throwable cause)
        Constructs an instance of the QueryParserException.
        Parameters:
        message -
        cause -
      • QueryParserException

        public QueryParserException​(java.lang.String message)
        Constructs an instance of the QueryParserException.
        Parameters:
        message -