MCPcopy Create free account
hub / github.com/easymock/objenesis / ErrorHandler

Interface ErrorHandler

tck/src/main/java/org/objenesis/tck/AbstractLoader.java:36–44  ·  view source on GitHub ↗

Handler for reporting errors from the AbstractLoader.

Source from the content-addressed store, hash-verified

34 * Handler for reporting errors from the AbstractLoader.
35 */
36 public interface ErrorHandler {
37 /**
38 * Called whenever, trying to retrieve a candidate class from its name, a
39 * ClassNotFoundException is thrown
40 *
41 * @param name Candidate class name
42 */
43 void classNotFound(String name);
44 }
45
46 /**
47 * Error handler that logs errors to a text stream.

Callers 1

handlePropertyEntryMethod · 0.65

Implementers 1

LoggingErrorHandlertck/src/main/java/org/objenesis/tck/Ab

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…