public class StaticError extends XPathException
XPathException.CircularityerrorCode, errorCodeNamespace, errorObject| Constructor and Description |
|---|
StaticError(Exception err) |
StaticError(String message) |
StaticError(String message,
SourceLocator loc) |
StaticError(String message,
Throwable err) |
| Modifier and Type | Method and Description |
|---|---|
StaticError |
makeStatic()
Force an exception to a static error
|
static StaticError |
makeStaticError(TransformerException err) |
getErrorCodeLocalPart, getErrorCodeNamespace, getErrorObject, hasBeenReported, isTypeError, setErrorCode, setErrorCode, setErrorObject, setHasBeenReported, setIsTypeErrorgetCause, getException, getLocationAsString, getLocator, getMessageAndLocation, initCause, printStackTrace, printStackTrace, printStackTrace, setLocatoraddSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, setStackTrace, toStringpublic StaticError(String message)
public StaticError(Exception err)
public StaticError(String message, SourceLocator loc)
public StaticError makeStatic()
makeStatic in class XPathExceptionpublic static StaticError makeStaticError(TransformerException err)