edu.cmu.aura.service.query.parser
Class QParseException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--edu.cmu.aura.service.query.parser.QParseException
All Implemented Interfaces:
java.io.Serializable

public class QParseException
extends java.lang.Exception

QParseException represents an exception that occurs when QParser attempts to parse a malformed query.

See Also:
Serialized Form

Constructor Summary
QParseException()
           
QParseException(java.lang.String s)
           
 
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

QParseException

public QParseException()

QParseException

public QParseException(java.lang.String s)