BEA Systems, Inc.

BEA WebLogic Server 9.0 API Reference


weblogic.apache.xerces.xni.parser
Class XMLConfigurationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byweblogic.apache.xerces.xni.XNIException
                  extended byweblogic.apache.xerces.xni.parser.XMLConfigurationException
All Implemented Interfaces:
Serializable

Deprecated. please use JDK supplied XML parsers and transformers

public class XMLConfigurationException
extends XNIException

An XNI parser configuration exception. This exception class extends XNIException in order to differentiate between general parsing errors and configuration errors.

See Also:
Serialized Form

Field Summary
protected  String fIdentifier
          Deprecated. Identifier.
protected  short fType
          Deprecated. Exception type.
static short NOT_RECOGNIZED
          Deprecated. Exception type: identifier not recognized.
static short NOT_SUPPORTED
          Deprecated. Exception type: identifier not supported.
 
Constructor Summary
XMLConfigurationException(short type, String identifier)
          Deprecated. Constructs a configuration exception with the specified type and feature/property identifier.
XMLConfigurationException(short type, String identifier, String message)
          Deprecated. Constructs a configuration exception with the specified type, feature/property identifier, and error message
 
Method Summary
 String getIdentifier()
          Deprecated. Returns the feature or property identifier.
 short getType()
          Deprecated. Returns the exception type.
 
Methods inherited from class weblogic.apache.xerces.xni.XNIException
getException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

fIdentifier

protected String fIdentifier
Deprecated. 
Identifier.


fType

protected short fType
Deprecated. 
Exception type.


NOT_RECOGNIZED

public static final short NOT_RECOGNIZED
Deprecated. 
Exception type: identifier not recognized.

See Also:
Constant Field Values

NOT_SUPPORTED

public static final short NOT_SUPPORTED
Deprecated. 
Exception type: identifier not supported.

See Also:
Constant Field Values
Constructor Detail

XMLConfigurationException

public XMLConfigurationException(short type,
                                 String identifier)
Deprecated. 
Constructs a configuration exception with the specified type and feature/property identifier.

See Also:
NOT_RECOGNIZED, NOT_SUPPORTED

XMLConfigurationException

public XMLConfigurationException(short type,
                                 String identifier,
                                 String message)
Deprecated. 
Constructs a configuration exception with the specified type, feature/property identifier, and error message

See Also:
NOT_RECOGNIZED, NOT_SUPPORTED
Method Detail

getIdentifier

public String getIdentifier()
Deprecated. 
Returns the feature or property identifier.


getType

public short getType()
Deprecated. 
Returns the exception type.

See Also:
NOT_RECOGNIZED, NOT_SUPPORTED

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