ar.com.jiji.kaya.query
Class QueryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by ar.com.jiji.kaya.KayaException
              extended by ar.com.jiji.kaya.query.QueryException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
InvalidColumnException, QueryParseException

public class QueryException
extends KayaException

Clase base para las excepciones del paquete.

Version:
$Id: QueryException.java 71 2005-09-08 20:03:22Z lparravicini $
Author:
lparravicini
See Also:
Serialized Form

Constructor Summary
QueryException()
           
QueryException(java.lang.String message)
           
QueryException(java.lang.String message, java.lang.Throwable t)
           
QueryException(java.lang.Throwable t)
           
 
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

QueryException

public QueryException()

QueryException

public QueryException(java.lang.String message)

QueryException

public QueryException(java.lang.Throwable t)

QueryException

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


Copyright © 2006 Kaya. All Rights Reserved.