org.apache.cocoon.sax.component
Class SchemaErrorHandler

java.lang.Object
  extended by org.apache.cocoon.sax.component.SchemaErrorHandler
All Implemented Interfaces:
ErrorHandler

public final class SchemaErrorHandler
extends Object
implements ErrorHandler


Constructor Summary
SchemaErrorHandler(org.slf4j.Logger logger, String schemaUri)
           
 
Method Summary
 void error(SAXParseException ex)
           
 void fatalError(SAXParseException ex)
           
 void warning(SAXParseException ex)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SchemaErrorHandler

public SchemaErrorHandler(org.slf4j.Logger logger,
                          String schemaUri)
Method Detail

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.