|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.neeve.root.ERootRuntimeException
com.neeve.query.QueryException
com.neeve.query.QueryParseException
public class QueryParseException
Thrown to indicate a problem parsing a query.
| Constructor Summary | |
|---|---|
QueryParseException(String message,
int location)
|
|
QueryParseException(String message,
Throwable thrown,
int location)
|
|
QueryParseException(Throwable thrown,
int location)
|
|
| Method Summary | |
|---|---|
int |
getLocation()
|
| Methods inherited from class com.neeve.root.ERootRuntimeException |
|---|
getMessage |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public QueryParseException(String message,
int location)
public QueryParseException(Throwable thrown,
int location)
public QueryParseException(String message,
Throwable thrown,
int location)
| Method Detail |
|---|
public int getLocation()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||