org.z3950.zing.cql
Class CQLParseException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.z3950.zing.cql.CQLParseException
All Implemented Interfaces:
java.io.Serializable

public class CQLParseException
extends java.lang.Exception

Exception indicating that an error ocurred parsing CQL.

Version:
$Id: CQLParseException.java,v 1.2 2002/11/06 20:13:45 mike Exp $
See Also:
Serialized Form

Constructor Summary
CQLParseException(java.lang.String s)
          Creates a new CQLParseException.
 
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

CQLParseException

public CQLParseException(java.lang.String s)
Creates a new CQLParseException.

Parameters:
s - An error message describing the problem with the query, usually a syntax error of some kind.