com.thaiopensource.xml.sax
Class DraconianErrorHandler
java.lang.Object
  |
  +--com.thaiopensource.xml.sax.DraconianErrorHandler
- All Implemented Interfaces: 
- ErrorHandler
- public class DraconianErrorHandler- extends Object- implements ErrorHandler
An ErrorHandler implementing a brutal error handling policy.
 Fatal errors and errors are handled by throwing the exception.
 Warnings are ignored.
- Author:
- James Clark
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
DraconianErrorHandler
public DraconianErrorHandler()
warning
public void warning(SAXParseException e)
             throws SAXException
- 
- Specified by:
- warningin interface- ErrorHandler
 
- 
- SAXException
 
error
public void error(SAXParseException e)
           throws SAXException
- 
- Specified by:
- errorin interface- ErrorHandler
 
- 
- SAXException
 
fatalError
public void fatalError(SAXParseException e)
                throws SAXException
- 
- Specified by:
- fatalErrorin interface- ErrorHandler
 
- 
- SAXException