|
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Error
org.makumba.MakumbaError
org.makumba.OQLParseError
public class OQLParseError
An OQL parse error
| Field Summary |
|---|
| Fields inherited from class org.makumba.MakumbaError |
|---|
explanation |
| 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 |
|---|
public OQLParseError(String explanation)
public OQLParseError(String explanation,
Throwable cause)
public OQLParseError(Error e)
|
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||