|
||||||||||
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.basex.query.QueryException
org.basex.query.xquery.XQException
public final class XQException
This class indicates exceptions during query evaluation.
Constructor Summary | |
---|---|
XQException()
Empty constructor; used for interrupting a query. |
|
XQException(java.lang.Object[] s,
java.lang.Object... e)
Constructor. |
|
XQException(StringList sl,
java.lang.Object[] s,
java.lang.Object... e)
Constructor. |
Method Summary |
---|
Methods inherited from class org.basex.query.QueryException |
---|
code, col, complete, complete, extended, getMessage, line, pos, simple |
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 XQException()
public XQException(java.lang.Object[] s, java.lang.Object... e)
s
- xquery errore
- error argumentspublic XQException(StringList sl, java.lang.Object[] s, java.lang.Object... e)
sl
- code completion lists
- xquery errore
- error arguments
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |