|
|||||||||
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.xpath.XPathException
public abstract class XPathException
XPathException is used to indicate an error in an XPath expression. We don't distinguish compile-time errors from run-time errors because there are too many overlaps, e.g. constant expressions can be evaluated at compile-time, and expressions can be optimised either at compile-time or at run-time.
Nested Class Summary | |
---|---|
static class |
XPathException.Circularity
Subclass used to report circularities |
static class |
XPathException.Dynamic
Subclass used for dynamic errors |
static class |
XPathException.Static
Subclass used for static errors |
static class |
XPathException.Type
Subclass used for type errors |
Constructor Summary | |
---|---|
XPathException(String message)
|
|
XPathException(String message,
SourceLocator loc)
|
|
XPathException(String message,
Throwable err)
|
|
XPathException(Throwable err)
|
Method Summary |
---|
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 |
Constructor Detail |
---|
public XPathException(String message)
public XPathException(Throwable err)
public XPathException(String message, Throwable err)
public XPathException(String message, SourceLocator loc)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |