|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectstory.scheherazade.virgil.help.HelpErrorHandler
public class HelpErrorHandler
This is an implementation of an ErrorHandler class for the Simple API for XML (SAX) It is intended to notify the user when one of three types of problems occur: Warnings Errors Fatal Errors
Constructor Summary | |
---|---|
HelpErrorHandler()
|
Method Summary | |
---|---|
void |
error(org.xml.sax.SAXParseException exception)
Called when SAX wants to show an error - processing should not continue |
void |
fatalError(org.xml.sax.SAXParseException exception)
Called when SAX indicates a fatal error - processing must not continue |
void |
warning(org.xml.sax.SAXParseException exception)
Called when SAX wants to show a warning |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HelpErrorHandler()
Method Detail |
---|
public void warning(org.xml.sax.SAXParseException exception) throws org.xml.sax.SAXException
warning
in interface org.xml.sax.ErrorHandler
org.xml.sax.SAXException
public void error(org.xml.sax.SAXParseException exception) throws org.xml.sax.SAXException
error
in interface org.xml.sax.ErrorHandler
org.xml.sax.SAXException
public void fatalError(org.xml.sax.SAXParseException exception) throws org.xml.sax.SAXException
fatalError
in interface org.xml.sax.ErrorHandler
org.xml.sax.SAXException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |