Class InvalidQueryType

  • All Implemented Interfaces:
    java.io.Serializable

    public class InvalidQueryType
    extends MalformedQuery
    Since:
    $Mastiff
    Author:
    Scott Fines
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      InvalidQueryType​(java.lang.String theMessage)  
      InvalidQueryType​(java.lang.String theMessage, java.lang.Throwable theCause)  
      InvalidQueryType​(java.lang.Throwable theCause)  
    • 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

      • InvalidQueryType

        public InvalidQueryType​(java.lang.String theMessage)
      • InvalidQueryType

        public InvalidQueryType​(java.lang.String theMessage,
                                java.lang.Throwable theCause)
      • InvalidQueryType

        public InvalidQueryType​(java.lang.Throwable theCause)