net.sf.saxon.trans
Class StaticError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.xml.transform.TransformerException
              extended by net.sf.saxon.trans.XPathException
                  extended by net.sf.saxon.trans.StaticError
All Implemented Interfaces:
Serializable

Deprecated. since 9.0: use the superclass, XPathException

public class StaticError
extends XPathException

Exception used for static errors in XPath, XSLT, or XQuery

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class net.sf.saxon.trans.XPathException
XPathException.Circularity
 
Constructor Summary
StaticError(Exception err)
          Deprecated.  
StaticError(String message)
          Deprecated.  
StaticError(String message, SourceLocator loc)
          Deprecated.  
StaticError(String message, Throwable err)
          Deprecated.  
 
Method Summary
 
Methods inherited from class net.sf.saxon.trans.XPathException
getErrorCodeLocalPart, getErrorCodeNamespace, getErrorObject, getXPathContext, hasBeenReported, isStaticError, isTypeError, makeStatic, makeXPathException, maybeSetContext, maybeSetLocation, setErrorCode, setErrorCode, setErrorObject, setHasBeenReported, setIsStaticError, setIsTypeError, setXPathContext
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StaticError

public StaticError(String message)
Deprecated. 

StaticError

public StaticError(Exception err)
Deprecated. 

StaticError

public StaticError(String message,
                   Throwable err)
Deprecated. 

StaticError

public StaticError(String message,
                   SourceLocator loc)
Deprecated. 


Copyright (C) Michael H. Kay. All rights reserved.