This class implements {@link ErrorHandler} so it can bepassed to anywhere where {@link ErrorHandler} is expected.
However, to make the error handling easy (and make it work with visitor patterns nicely), this interface is not allowed to abort the processing. It merely receives errors. @author Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com)
|
|