Class InvalidQueryException

  • All Implemented Interfaces:
    java.io.Serializable

    public class InvalidQueryException
    extends java.lang.Exception
    Exception to indicate that the query string was invalid
    Since:
    5.0
    See Also:
    Serialized Form
    • 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

      • InvalidQueryException

        public InvalidQueryException()
      • InvalidQueryException

        public InvalidQueryException​(java.lang.String arg0,
                                     java.lang.Throwable arg1)
      • InvalidQueryException

        public InvalidQueryException​(java.lang.String arg0)
      • InvalidQueryException

        public InvalidQueryException​(java.lang.Throwable arg0)