org.makumba
Class OQLParseError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by org.makumba.MakumbaError
              extended by org.makumba.OQLParseError
All Implemented Interfaces:
Serializable

public class OQLParseError
extends MakumbaError

An OQL parse error

See Also:
Serialized Form

Constructor Summary
OQLParseError(Error e)
           
OQLParseError(String explanation)
          Construct an OQL parse error with the given explanation
OQLParseError(String explanation, Throwable cause)
           
 
Method Summary
 
Methods inherited from class org.makumba.MakumbaError
printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OQLParseError

public OQLParseError(String explanation)
Construct an OQL parse error with the given explanation


OQLParseError

public OQLParseError(String explanation,
                     Throwable cause)

OQLParseError

public OQLParseError(Error e)