org.iso_relax.ant

Class ErrorHandlerImpl

public class ErrorHandlerImpl extends 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
voiderror(SAXParseException e)
voidfatalError(SAXParseException e)
voidwarning(SAXParseException e)

Constructor Detail

ErrorHandlerImpl

public ErrorHandlerImpl(Task t)

Method Detail

error

public void error(SAXParseException e)

fatalError

public void fatalError(SAXParseException e)

warning

public void warning(SAXParseException e)