Class MalformedQuery

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    InvalidQueryType, UnknownQuery

    public class MalformedQuery
    extends java.lang.RuntimeException

    Exception thrown when a evaluating a query that has parse errors

    Since:
    1.0
    Version:
    1.0
    Author:
    Michael Grove
    See Also:
    Serialized Form
    • Constructor Summary

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

      • MalformedQuery

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

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

        public MalformedQuery​(java.lang.Throwable theCause)