BEA Systems, Inc.

BEA WebLogic Server 9.0 API Reference


weblogic.xml.xpath
Class XPathUnsupportedException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byantlr.ANTLRException
              extended byantlr.TokenStreamException
                  extended byweblogic.xml.xpath.XPathException
                      extended byweblogic.xml.xpath.XPathUnsupportedException
All Implemented Interfaces:
Serializable

public final class XPathUnsupportedException
extends XPathException

Exception thrown when an attempt is made to parse an XPath which contains expressions that cannot be supported by the chosen document-inspection model.

See Also:
Serialized Form
Copyright © 2005 BEA Systems, Inc. All Rights Reserved.

Constructor Summary
XPathUnsupportedException(String msg)
           
XPathUnsupportedException(String msg, Throwable nested)
           
 
Methods inherited from class weblogic.xml.xpath.XPathException
getNested, getNestedException, printStackTrace, printStackTrace, printStackTrace, superPrintStackTrace, superPrintStackTrace, superToString, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XPathUnsupportedException

public XPathUnsupportedException(String msg)

XPathUnsupportedException

public XPathUnsupportedException(String msg,
                                 Throwable nested)

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs90
Copyright 2005 BEA Systems Inc.