public class Proxies
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
(package private) static class |
Proxies.CatchThrowableProxy
CatchThrowableProxy is a wrapper around interface that does not allow any exception to be
thrown when invoking methods on that interface.
|
Constructor and Description |
---|
Proxies() |
Modifier and Type | Method and Description |
---|---|
private static java.lang.Class<?>[] |
getInterfaces(java.lang.Class<?> clazz) |
static java.lang.Object |
newCatchThrowableProxy(java.lang.Object obj) |