|
Qizx/db 2.1 API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.qizx.api.QizxException
com.qizx.api.EvaluationException
Exception thrown by an error in the execution of an XQuery Expression.
| Field Summary | |
static QName |
CANCELLED
Error code used when the evaluation has been explicitly cancelled. |
protected static QName |
DEFAULT_ERR_CODE
|
static QName |
TIME_LIMIT
Error code used when the time limit for evaluation has been reached. |
| Fields inherited from class com.qizx.api.QizxException |
errorCode |
| Constructor Summary | |
EvaluationException(QName xqueryCode,
String message)
Constructs an EvaluationException from a simple message and an error code. |
|
EvaluationException(QName xqueryCode,
String message,
Throwable cause)
Constructs an EvaluationException from a simple message, an error code and an exception. |
|
EvaluationException(String message)
Constructs an EvaluationException from a simple message. |
|
EvaluationException(String message,
Throwable cause)
Constructs an EvaluationException from a simple message and an exception. |
|
| Method Summary | |
EvaluationStackTrace[] |
getStack()
Returns the execution stack at the moment of the error. |
void |
setStack(EvaluationStackTrace[] stack)
For internal use. |
| Methods inherited from class com.qizx.api.QizxException |
getErrorCode, setErrorCode, setErrorCode |
| 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 |
| Field Detail |
public static final QName TIME_LIMIT
public static final QName CANCELLED
protected static final QName DEFAULT_ERR_CODE
| Constructor Detail |
public EvaluationException(String message)
public EvaluationException(QName xqueryCode,
String message)
public EvaluationException(String message,
Throwable cause)
public EvaluationException(QName xqueryCode,
String message,
Throwable cause)
| Method Detail |
public EvaluationStackTrace[] getStack()
public void setStack(EvaluationStackTrace[] stack)
|
© 2008 Axyana Software | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||