public class DefaultExceptionHandler extends Object implements ProxyExceptionHandler
| Constructor and Description |
|---|
DefaultExceptionHandler() |
| 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) |
public Object handleInstanceNotFound(ProxyContext ctx, InstanceNotFoundException e, Method m, Object[] args) throws Exception
handleInstanceNotFound in interface ProxyExceptionHandlerExceptionpublic Object handleAttributeNotFound(ProxyContext ctx, AttributeNotFoundException e, Method m, Object[] args) throws Exception
handleAttributeNotFound in interface ProxyExceptionHandlerExceptionpublic Object handleInvalidAttributeValue(ProxyContext ctx, InvalidAttributeValueException e, Method m, Object[] args) throws Exception
handleInvalidAttributeValue in interface ProxyExceptionHandlerExceptionpublic Object handleMBeanException(ProxyContext ctx, MBeanException e, Method m, Object[] args) throws Exception
handleMBeanException in interface ProxyExceptionHandlerExceptionpublic Object handleReflectionException(ProxyContext ctx, ReflectionException e, Method m, Object[] args) throws Exception
handleReflectionException in interface ProxyExceptionHandlerExceptionpublic Object handleRuntimeOperationsException(ProxyContext ctx, RuntimeOperationsException e, Method m, Object[] args) throws Exception
handleRuntimeOperationsException in interface ProxyExceptionHandlerExceptionpublic Object handleRuntimeMBeanException(ProxyContext ctx, RuntimeMBeanException e, Method m, Object[] args) throws Exception
handleRuntimeMBeanException in interface ProxyExceptionHandlerExceptionpublic Object handleRuntimeError(ProxyContext ctx, RuntimeErrorException e, Method m, Object[] args) throws Exception
handleRuntimeError in interface ProxyExceptionHandlerExceptionCopyright © 2015 Seam Framework. All Rights Reserved.