net.sf.saxon.trans
public class StaticError extends XPathException
| Constructor Summary | |
|---|---|
| StaticError(String message) | |
| StaticError(Exception err) | |
| StaticError(String message, Throwable err) | |
| StaticError(String message, SourceLocator loc) | |
| Method Summary | |
|---|---|
| StaticError | makeStatic()
Force an exception to a static error |
| static StaticError | makeStaticError(TransformerException err) |