Package org.kohsuke.accmod.impl
Interface ErrorListener
-
public interface ErrorListener- Author:
- Kohsuke Kawaguchi
-
-
Field Summary
Fields Modifier and Type Field Description static ErrorListenerNULLNo-op listener.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonError(Throwable t, Location loc, String msg)voidonWarning(Throwable t, Location loc, String msg)
-