|
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
public class 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 |
---|
public static final short NOT_RECOGNIZED
public static final short NOT_SUPPORTED
protected short fType
protected String fIdentifier
Constructor Detail |
---|
public XMLConfigurationException(short type, String identifier)
type
- The type of the exception.identifier
- The feature or property identifier.XMLConfigurationException.NOT_RECOGNIZED
,
XMLConfigurationException.NOT_SUPPORTED
public XMLConfigurationException(short type, String identifier, String message)
type
- The type of the exception.identifier
- The feature or property identifier.message
- The error message.XMLConfigurationException.NOT_RECOGNIZED
,
XMLConfigurationException.NOT_SUPPORTED
Method Detail |
---|
public short getType()
XMLConfigurationException.NOT_RECOGNIZED
,
XMLConfigurationException.NOT_SUPPORTED
public String getIdentifier()
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs92 Copyright 2006 BEA Systems Inc. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |