org.jafer.query
Class QueryException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.jafer.exception.JaferException
                    |
                    +--org.jafer.query.QueryException
All Implemented Interfaces:
java.io.Serializable

public class QueryException
extends JaferException

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jafer.exception.JaferException
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
QueryException()
           
QueryException(java.lang.String message)
           
QueryException(java.lang.String message, java.lang.Throwable e)
           
 
Methods inherited from class org.jafer.exception.JaferException
getDiagnostic, hasDiagnostic
 
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

QueryException

public QueryException()

QueryException

public QueryException(java.lang.String message)

QueryException

public QueryException(java.lang.String message,
                      java.lang.Throwable e)