|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.verisign.epp.util.EPPXMLErrorHandler
public class EPPXMLErrorHandler
This is a helper class provided to intercept Errors occurred internal to SAX / Dom Parser. When an Error / fatal Error or a warning occurs this methods are invoked. $Id: EPPXMLErrorHandler.java,v 1.1.1.1 2003/12/05 17:36:18 jim Exp $
| Constructor Summary | |
|---|---|
EPPXMLErrorHandler()
|
|
| Method Summary | |
|---|---|
void |
error(org.xml.sax.SAXParseException newException)
Receive notification of a recoverable error. |
void |
fatalError(org.xml.sax.SAXParseException newException)
Receive notification of a non-recoverable error. |
void |
warning(org.xml.sax.SAXParseException newException)
Receive notification of a warning. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EPPXMLErrorHandler()
| Method Detail |
|---|
public void error(org.xml.sax.SAXParseException newException)
throws org.xml.sax.SAXException
error in interface org.xml.sax.ErrorHandlernewException - which is a SAXParseException
org.xml.sax.SAXException - According to the W3C Recommendation this is
called if there is a violation in the rules of the
specifiaction. ie the document was not valid
public void fatalError(org.xml.sax.SAXParseException newException)
throws org.xml.sax.SAXException
fatalError in interface org.xml.sax.ErrorHandlernewException - which is a SAXParseException
org.xml.sax.SAXException - This is called if the document wasn't well
formed.
public void warning(org.xml.sax.SAXParseException newException)
throws org.xml.sax.SAXException
warning in interface org.xml.sax.ErrorHandlernewException - which is a SAXParseException
org.xml.sax.SAXException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||