BEA Systems, Inc.

WebLogic Server 6.1 API Reference

weblogic.apache.xerces.validators.schema.identity
Class XPathException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--weblogic.apache.xerces.validators.schema.identity.XPathException

public class XPathException
extends java.lang.Exception

XPath exception.

Version:
$Id: XPathException.java,v 1.1 2001/01/18 07:10:55 andyc Exp $
Author:
Andy Clark, IBM
Copyright © 2001 BEA Systems, Inc. All Rights Reserved.
See Also:
Serialized Form

Constructor Summary
XPathException()
          Constructs an exception.
XPathException(java.lang.String message)
          Constructs an exception with the specified message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XPathException

public XPathException()
Constructs an exception.

XPathException

public XPathException(java.lang.String message)
Constructs an exception with the specified message.

Documentation is available at
http://e-docs.bea.com/wls/docs61

WebLogic classes and methods that do not appear in this reference are not public and are not supported.