ar.com.jiji.kaya.query
Class QueryParseException

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
                  extended by ar.com.jiji.kaya.query.QueryParseException
All Implemented Interfaces:
java.io.Serializable

public class QueryParseException
extends QueryException

Se usa cuando una consulta esta mal escrita y no puede ser parseada.

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

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

QueryParseException

public QueryParseException(java.lang.String token)


Copyright © 2006 Kaya. All Rights Reserved.