An XNI parser configuration exception. This exception class extends
XNIException in order to differentiate between general
parsing errors and configuration errors.
author: Andy Clark, IBM version: $Id: XMLConfigurationException.java,v 1.2 2006/04/01 06:01:43 jeffsuttor Exp $
Field Summary
final public static short
NOT_RECOGNIZED Exception type: identifier not recognized.
final public static short
NOT_SUPPORTED Exception type: identifier not supported.
public XMLConfigurationException(short type, String identifier, String message)(Code)
Constructs a configuration exception with the specified type,
feature/property identifier, and error message
Parameters: type - The type of the exception. Parameters: identifier - The feature or property identifier. Parameters: message - The error message. See Also:XMLConfigurationException.NOT_RECOGNIZED See Also:XMLConfigurationException.NOT_SUPPORTED