org.jafer.query
Class QueryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jafer.exception.JaferException
              extended by org.jafer.query.QueryException
All Implemented Interfaces:
java.io.Serializable

public class QueryException
extends JaferException

See Also:
Serialized Form

Constructor Summary
QueryException()
           
QueryException(java.lang.String message)
           
QueryException(java.lang.String message, int bib1DiagnosticCondition, java.lang.String addInfo)
           
QueryException(java.lang.String message, java.lang.Throwable e)
           
 
Method Summary
 
Methods inherited from class org.jafer.exception.JaferException
getAddInfo, getDiagCondition, 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)

QueryException

public QueryException(java.lang.String message,
                      int bib1DiagnosticCondition,
                      java.lang.String addInfo)