public class StaticError extends XPathException
XPathException.Circularity
errorCode, 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, setIsTypeError
getCause, getException, getLocationAsString, getLocator, getMessageAndLocation, initCause, printStackTrace, printStackTrace, printStackTrace, setLocator
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, setStackTrace, toString
public StaticError(String message)
public StaticError(Exception err)
public StaticError(String message, SourceLocator loc)
public StaticError makeStatic()
makeStatic
in class XPathException
public static StaticError makeStaticError(TransformerException err)