Package org.fest.reflect.field.decorator
Class RuntimeExceptionShield
- java.lang.Object
-
- org.fest.reflect.field.decorator.RuntimeExceptionShield
-
- All Implemented Interfaces:
java.lang.reflect.InvocationHandler
public class RuntimeExceptionShield extends java.lang.Object implements java.lang.reflect.InvocationHandler
A proxy for shielding from exception- Author:
- Ivan Hristov
-
-
Constructor Summary
Constructors Constructor Description RuntimeExceptionShield(java.lang.Object target, java.lang.Class<?> exceptionClass)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
invoke(java.lang.Object proxy, java.lang.reflect.Method method, java.lang.Object[] args)
-