|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.odmg.ODMGException
org.odmg.QueryException
org.odmg.QueryInvalidException
public class QueryInvalidException
This exception is thrown if the query is not a valid OQL query.
| Constructor Summary | |
|---|---|
QueryInvalidException()
Construct an instance of the exception. |
|
QueryInvalidException(java.lang.String msg)
Construct an instance of the exception. |
|
| 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 |
|---|
public QueryInvalidException()
public QueryInvalidException(java.lang.String msg)
msg - A string indicating why the OQLQuery instance does not
represent a valid OQL query.
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||