org.apache.cocoon.sax.component
Class SchemaErrorHandler
java.lang.Object
org.apache.cocoon.sax.component.SchemaErrorHandler
- All Implemented Interfaces:
- ErrorHandler
public final class SchemaErrorHandler
- extends Object
- implements ErrorHandler
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SchemaErrorHandler
public SchemaErrorHandler(org.slf4j.Logger logger,
String schemaUri)
error
public void error(SAXParseException ex)
throws SAXException
- Specified by:
error
in interface ErrorHandler
- Throws:
SAXException
fatalError
public void fatalError(SAXParseException ex)
throws SAXException
- Specified by:
fatalError
in interface ErrorHandler
- Throws:
SAXException
warning
public void warning(SAXParseException ex)
throws SAXException
- Specified by:
warning
in interface ErrorHandler
- Throws:
SAXException
Copyright © 2008-2012 The Apache Software Foundation. All Rights Reserved.