|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
javax.xml.transform.TransformerException
net.sf.saxon.trans.XPathException
net.sf.saxon.trans.DynamicError
Subclass of XPathException used for dynamic errors
| Nested Class Summary |
|---|
| Nested classes inherited from class net.sf.saxon.trans.XPathException |
|---|
XPathException.Circularity |
| Field Summary | |
|---|---|
(package private) XPathContext |
context
|
| Fields inherited from class net.sf.saxon.trans.XPathException |
|---|
errorCode, errorCodeNamespace, errorObject |
| Fields inherited from class javax.xml.transform.TransformerException |
|---|
|
| Constructor Summary | |
|---|---|
DynamicError(String message)
|
|
DynamicError(String message,
SourceLocator loc)
|
|
DynamicError(String message,
SourceLocator loc,
Throwable err)
|
|
DynamicError(String message,
Throwable err)
|
|
DynamicError(Throwable err)
|
|
| Method Summary | |
|---|---|
XPathContext |
getXPathContext()
|
static DynamicError |
makeDynamicError(TransformerException err)
|
void |
setXPathContext(XPathContext context)
|
| Methods inherited from class net.sf.saxon.trans.XPathException |
|---|
getErrorCodeLocalPart, getErrorCodeNamespace, getErrorObject, hasBeenReported, isTypeError, makeStatic, setErrorCode, setErrorCode, setErrorObject, setHasBeenReported, setIsTypeError |
| Methods inherited from class javax.xml.transform.TransformerException |
|---|
getCause, getException, getLocationAsString, getLocator, getMessageAndLocation, initCause, printStackTrace, printStackTrace, printStackTrace, setLocator |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
transient XPathContext context
| Constructor Detail |
public DynamicError(String message)
public DynamicError(Throwable err)
public DynamicError(String message,
Throwable err)
public DynamicError(String message,
SourceLocator loc)
public DynamicError(String message,
SourceLocator loc,
Throwable err)
| Method Detail |
public void setXPathContext(XPathContext context)
public XPathContext getXPathContext()
public static DynamicError makeDynamicError(TransformerException err)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||