org.antforge.waqlpp.core
Class MalformedQueryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.antforge.waqlpp.core.MalformedQueryException
All Implemented Interfaces:
java.io.Serializable

public class MalformedQueryException
extends java.lang.Exception

Represents a syntactical or grammatical error discovered during parsing of a WAQL query.

Author:
Michael Starzinger
See Also:
Serialized Form

Constructor Summary
MalformedQueryException(java.lang.String message)
           
MalformedQueryException(java.lang.String message, java.lang.Throwable cause)
           
 
Method Summary
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MalformedQueryException

public MalformedQueryException(java.lang.String message)

MalformedQueryException

public MalformedQueryException(java.lang.String message,
                               java.lang.Throwable cause)