org.xorm.query
Class QuerySyntaxException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.xorm.query.QuerySyntaxException
All Implemented Interfaces:
Serializable

public class QuerySyntaxException
extends Exception

See Also:
Serialized Form

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

QuerySyntaxException

public QuerySyntaxException(String message)

QuerySyntaxException

public QuerySyntaxException(String message,
                            Throwable source)

QuerySyntaxException

public QuerySyntaxException(Throwable source)


$Header: /cvsroot/xorm/xorm/docs/api/org/xorm/query/QuerySyntaxException.html,v 1.2 2004/05/30 08:55:08 wbiggs Exp $