org.apache.xerces.xni.parser
public class: XMLConfigurationException [javadoc |
source]
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.xerces.xni.XNIException
org.apache.xerces.xni.parser.XMLConfigurationException
All Implemented Interfaces:
Serializable
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 447244 2006-09-18 05:20:40Z mrglavas $
Field Summary |
---|
static final long | serialVersionUID | Serialization version. |
public static final short | NOT_RECOGNIZED | Exception type: identifier not recognized. |
public static final short | NOT_SUPPORTED | Exception type: identifier not supported. |
protected short | fType | Exception type. |
protected String | fIdentifier | Identifier. |
Methods from org.apache.xerces.xni.XNIException: |
---|
getException |
Methods from java.lang.Throwable: |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Method from org.apache.xerces.xni.parser.XMLConfigurationException Detail: |
public String getIdentifier() {
return fIdentifier;
}
Returns the feature or property identifier. |
public short getType() {
return fType;
}
Returns the exception type. |