public class InitializationErrorInvocationHandler extends Object implements InvocationHandler
InvocationHandler
that reports the same exception over and over again when methods are invoked
on the interface.
This is convenient to remember why the initialization of the real JNA proxy failed.Modifier and Type | Method and Description |
---|---|
static <T> T |
create(Class<T> type,
Throwable cause) |
Object |
invoke(Object proxy,
Method method,
Object[] args) |
Copyright © 2015. All rights reserved.