org.josql
Class QueryParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.josql.QueryParseException
All Implemented Interfaces:
Serializable

public class QueryParseException
extends Exception

The exception that is thrown during the parse and init parts of the Query execution.

See Also:
Serialized Form

Constructor Summary
QueryParseException(String message)
           
QueryParseException(String message, Throwable cause)
           
 
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(String message,
                           Throwable cause)

QueryParseException

public QueryParseException(String message)


  Copyright © 2008 Gary Bentley. All Rights Reserved.