edu.princeton.wordnet.browser.domw3c
Class ErrorDialog
java.lang.Object
   edu.princeton.wordnet.browser.domw3c.ParseErrorHandler
edu.princeton.wordnet.browser.domw3c.ParseErrorHandler
       edu.princeton.wordnet.browser.domw3c.ParseErrorLogger
edu.princeton.wordnet.browser.domw3c.ParseErrorLogger
           edu.princeton.wordnet.browser.domw3c.ErrorDialog
edu.princeton.wordnet.browser.domw3c.ErrorDialog
- All Implemented Interfaces: 
- org.xml.sax.ErrorHandler
- public class ErrorDialog 
- extends ParseErrorLogger
Error diaog
- Author:
- Bernard Bou
| Field Summary | 
| (package private)  boolean | skipWhether to skip message
 | 
 
 
 
| Method Summary | 
|  void | error(org.xml.sax.SAXParseException e)
 | 
|  void | fatalError(org.xml.sax.SAXParseException e)
 | 
| private  void | message(java.lang.String thisLevel,
        int thisType,
        org.xml.sax.SAXParseException thisSAXException)Display message
 | 
|  void | terminate()Called on termination
 | 
|  void | warning(org.xml.sax.SAXParseException e)
 | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
skip
boolean skip
- Whether to skip message
 
 
ErrorDialog
public ErrorDialog()
- Constructor
 
message
private void message(java.lang.String thisLevel,
                     int thisType,
                     org.xml.sax.SAXParseException thisSAXException)
              throws org.xml.sax.SAXParseException
- Display message
 
- 
- Parameters:
- thisLevel- level
- thisType- type
- thisSAXException-
- Throws:
- org.xml.sax.SAXParseException
 
terminate
public void terminate()
- Description copied from class: ParseErrorLogger
- Called on termination
 
- 
- Overrides:
- terminatein class- ParseErrorLogger
 
- 
 
warning
public void warning(org.xml.sax.SAXParseException e)
             throws org.xml.sax.SAXParseException
- 
- Specified by:
- warningin interface- org.xml.sax.ErrorHandler
- Overrides:
- warningin class- ParseErrorLogger
 
- 
- Throws:
- org.xml.sax.SAXParseException
 
error
public void error(org.xml.sax.SAXParseException e)
           throws org.xml.sax.SAXParseException
- 
- Specified by:
- errorin interface- org.xml.sax.ErrorHandler
- Overrides:
- errorin class- ParseErrorLogger
 
- 
- Throws:
- org.xml.sax.SAXParseException
 
fatalError
public void fatalError(org.xml.sax.SAXParseException e)
                throws org.xml.sax.SAXParseException
- 
- Specified by:
- fatalErrorin interface- org.xml.sax.ErrorHandler
- Overrides:
- fatalErrorin class- ParseErrorLogger
 
- 
- Throws:
- org.xml.sax.SAXParseException