org.apache.xerces.xni.parser
public class XMLConfigurationException extends XNIException
XNIException
in order to differentiate between general
parsing errors and configuration errors.
Version: $Id: XMLConfigurationException.java,v 1.6 2004/08/15 21:22:15 mrglavas Exp $
Field Summary | |
---|---|
protected String | fIdentifier Identifier. |
protected short | fType Exception type. |
static short | NOT_RECOGNIZED Exception type: identifier not recognized. |
static short | NOT_SUPPORTED Exception type: identifier not supported. |
Constructor Summary | |
---|---|
XMLConfigurationException(short type, String identifier)
Constructs a configuration exception with the specified type
and feature/property identifier.
| |
XMLConfigurationException(short type, String identifier, String message)
Constructs a configuration exception with the specified type,
feature/property identifier, and error message
|
Method Summary | |
---|---|
String | getIdentifier() Returns the feature or property identifier. |
short | getType()
Returns the exception type.
|
Parameters: type The type of the exception. identifier The feature or property identifier.
See Also: NOT_RECOGNIZED NOT_SUPPORTED
Parameters: type The type of the exception. identifier The feature or property identifier. message The error message.
See Also: NOT_RECOGNIZED NOT_SUPPORTED
See Also: NOT_RECOGNIZED NOT_SUPPORTED