org.iso_relax.ant

Class ErrorHandlerImpl

Implemented Interfaces:
ErrorHandler

public class ErrorHandlerImpl
extends java.lang.Object
implements ErrorHandler

Error handler implementation that reports errors through the logging mechanism of Ant task.
Author:
Kohsuke Kawaguchi (kk@kohsuke.org)

Constructor Summary

ErrorHandlerImpl(Task t)

Method Summary

void
error(SAXParseException e)
void
fatalError(SAXParseException e)
void
warning(SAXParseException e)

Constructor Details

ErrorHandlerImpl

public ErrorHandlerImpl(Task t)

Method Details

error

public void error(SAXParseException e)
            throws SAXException

fatalError

public void fatalError(SAXParseException e)
            throws SAXException

warning

public void warning(SAXParseException e)
            throws SAXException