public interface ProxyExceptionHandler
| Modifier and Type | Method and Description |
|---|---|
Object |
handleAttributeNotFound(ProxyContext ctx,
AttributeNotFoundException e,
Method m,
Object[] args) |
Object |
handleInstanceNotFound(ProxyContext ctx,
InstanceNotFoundException e,
Method m,
Object[] args) |
Object |
handleInvalidAttributeValue(ProxyContext ctx,
InvalidAttributeValueException e,
Method m,
Object[] args) |
Object |
handleMBeanException(ProxyContext ctx,
MBeanException e,
Method m,
Object[] args) |
Object |
handleReflectionException(ProxyContext ctx,
ReflectionException e,
Method m,
Object[] args) |
Object |
handleRuntimeError(ProxyContext ctx,
RuntimeErrorException e,
Method m,
Object[] args) |
Object |
handleRuntimeMBeanException(ProxyContext ctx,
RuntimeMBeanException e,
Method m,
Object[] args) |
Object |
handleRuntimeOperationsException(ProxyContext ctx,
RuntimeOperationsException e,
Method m,
Object[] args) |
Object handleInstanceNotFound(ProxyContext ctx, InstanceNotFoundException e, Method m, Object[] args) throws Exception
ExceptionObject handleAttributeNotFound(ProxyContext ctx, AttributeNotFoundException e, Method m, Object[] args) throws Exception
ExceptionObject handleInvalidAttributeValue(ProxyContext ctx, InvalidAttributeValueException e, Method m, Object[] args) throws Exception
ExceptionObject handleMBeanException(ProxyContext ctx, MBeanException e, Method m, Object[] args) throws Exception
ExceptionObject handleReflectionException(ProxyContext ctx, ReflectionException e, Method m, Object[] args) throws Exception
ExceptionObject handleRuntimeOperationsException(ProxyContext ctx, RuntimeOperationsException e, Method m, Object[] args) throws Exception
ExceptionObject handleRuntimeMBeanException(ProxyContext ctx, RuntimeMBeanException e, Method m, Object[] args) throws Exception
ExceptionObject handleRuntimeError(ProxyContext ctx, RuntimeErrorException e, Method m, Object[] args) throws Exception
ExceptionCopyright © 2015 Seam Framework. All Rights Reserved.