Rio Project 4.2 API Documentation
org.rioproject.opstring
Class OpStringLoader.XMLErrorHandler
java.lang.Object
org.rioproject.opstring.OpStringLoader.XMLErrorHandler
- All Implemented Interfaces:
- ErrorHandler
- Enclosing class:
- OpStringLoader
public static class OpStringLoader.XMLErrorHandler
- extends Object
- implements ErrorHandler
An ErrorHandler for parsing
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OpStringLoader.XMLErrorHandler
public OpStringLoader.XMLErrorHandler()
warning
public void warning(SAXParseException err)
throws SAXException
- Specified by:
warning in interface ErrorHandler
- Throws:
SAXException
error
public void error(SAXParseException err)
throws SAXException
- Specified by:
error in interface ErrorHandler
- Throws:
SAXException
fatalError
public void fatalError(SAXParseException err)
throws SAXException
- Specified by:
fatalError in interface ErrorHandler
- Throws:
SAXException
Copyright © 2006-2011 Rio Project. All Rights Reserved.