com.fatdog.xmlEngine.exceptions
Class InvalidQueryException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.fatdog.xmlEngine.exceptions.InvalidQueryException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
CategorizedInvalidQueryException

public class InvalidQueryException
extends java.lang.Exception

The JavaCC parser or lexer complained about the syntax of a query.

As well, a TreeWalker might have complained about the conformation of the query tree or used this exception to indicate that a particular feature is Not Yet Implemented.

Version:
0.66
Author:
Howard Katz, howardk@fatdog.com
See Also:
Serialized Form

Constructor Summary
InvalidQueryException(java.lang.String msg)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidQueryException

public InvalidQueryException(java.lang.String msg)