BEA Systems, Inc.

BEA WebLogic Server 9.1 API Reference


weblogic.xml.xpath
Class XPathParsingException

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.XPathParsingException
All Implemented Interfaces:
Serializable

public final class XPathParsingException
extends XPathException

Thrown to indicate that an error occurred during the parsing of an XPath, usually as the result of a syntactical error in the xpath.

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

Constructor Summary
XPathParsingException()
           
XPathParsingException(String msg)
           
XPathParsingException(String msg, Throwable nested)
           
XPathParsingException(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

XPathParsingException

public XPathParsingException()

XPathParsingException

public XPathParsingException(String msg)

XPathParsingException

public XPathParsingException(String msg,
                             Throwable nested)

XPathParsingException

public XPathParsingException(Throwable nested)

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