|
BEA Systems, Inc. | |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
weblogic.apache.xerces.xni.XNIException
weblogic.apache.xerces.xni.parser.XMLConfigurationException
An XNI parser configuration exception. This exception class extends
XNIException
in order to differentiate between general
parsing errors and configuration errors.
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 |
protected String fIdentifier
protected short fType
public static final short NOT_RECOGNIZED
public static final short NOT_SUPPORTED
Constructor Detail |
public XMLConfigurationException(short type, String identifier)
NOT_RECOGNIZED
,
NOT_SUPPORTED
public XMLConfigurationException(short type, String identifier, String message)
NOT_RECOGNIZED
,
NOT_SUPPORTED
Method Detail |
public String getIdentifier()
public short getType()
NOT_RECOGNIZED
,
NOT_SUPPORTED
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs90 Copyright 2005 BEA Systems Inc. |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |