public class EPPXMLErrorHandler
extends java.lang.Object
implements org.xml.sax.ErrorHandler
Constructor and Description |
---|
EPPXMLErrorHandler() |
Modifier and Type | Method and Description |
---|---|
void |
error(org.xml.sax.SAXParseException aException)
Receive notification of a recoverable error.
|
void |
fatalError(org.xml.sax.SAXParseException aException)
Receive notification of a fatal error.
|
void |
warning(org.xml.sax.SAXParseException aException)
Receive notification of a recoverable warning.
|
public void error(org.xml.sax.SAXParseException aException) throws org.xml.sax.SAXException
SAXEception
.error
in interface org.xml.sax.ErrorHandler
aException
- Error exception informationorg.xml.sax.SAXException
- Exception associated with the error.public void fatalError(org.xml.sax.SAXParseException aException) throws org.xml.sax.SAXException
SAXEception
.fatalError
in interface org.xml.sax.ErrorHandler
aException
- Fatal error exception informationorg.xml.sax.SAXException
- Exception associated with the fatal error.public void warning(org.xml.sax.SAXParseException aException) throws org.xml.sax.SAXException
SAXEception
.warning
in interface org.xml.sax.ErrorHandler
aException
- Warning exception informationorg.xml.sax.SAXException
- Exception associated with the warning.Copyright © VeriSign Inc. All Rights Reserved.