Package org.iso_relax.ant
Class ErrorHandlerImpl
java.lang.Object
org.iso_relax.ant.ErrorHandlerImpl
- All Implemented Interfaces:
ErrorHandler
Error handler implementation that reports errors through
the logging mechanism of Ant task.
- Author:
- Kohsuke Kawaguchi (kk@kohsuke.org)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoid
-
Constructor Details
-
ErrorHandlerImpl
public ErrorHandlerImpl(org.apache.tools.ant.Task t)
-
-
Method Details
-
warning
- Specified by:
warningin interfaceErrorHandler- Throws:
SAXException
-
error
- Specified by:
errorin interfaceErrorHandler- Throws:
SAXException
-
fatalError
- Specified by:
fatalErrorin interfaceErrorHandler- Throws:
SAXException
-