ExpatExceptionpublic class ExpatException extends Exception Used internally to propogate Expat errors. We convert these exceptions into
SAXParseExceptions before propogating them to the client. |
Constructors Summary |
---|
public ExpatException(String message)
super(message);
|
|