|
|||||||
| 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.exist.xquery.XPathException
org.exist.xquery.StaticXQueryException
public class StaticXQueryException
| Constructor Summary | |
|---|---|
StaticXQueryException(String message)
|
|
StaticXQueryException(String message,
int line,
int column)
|
|
StaticXQueryException(String message,
Throwable cause)
|
|
StaticXQueryException(Throwable cause)
|
|
StaticXQueryException(XQueryAST ast,
String message)
|
|
StaticXQueryException(XQueryAST ast,
String message,
Throwable cause)
|
|
| Method Summary |
|---|
| Methods inherited from class org.exist.xquery.XPathException |
|---|
addFunctionCall, getColumn, getDetailMessage, getLine, getMessage, getMessageAsHTML, prependMessage, setASTNode |
| 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 StaticXQueryException(String message)
public StaticXQueryException(XQueryAST ast,
String message)
public StaticXQueryException(String message,
int line,
int column)
public StaticXQueryException(Throwable cause)
public StaticXQueryException(String message,
Throwable cause)
public StaticXQueryException(XQueryAST ast,
String message,
Throwable cause)
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||