public class AdapterExceptionHandler
extends java.lang.Object
Constructor and Description |
---|
AdapterExceptionHandler() |
Modifier and Type | Method and Description |
---|---|
java.lang.Throwable |
getHandledException(java.lang.Object object,
java.lang.reflect.Method method,
java.lang.Throwable exception)
TODO Describe this method
|
java.lang.String |
getLocalizedMsg(java.lang.reflect.Method method,
java.lang.Throwable error) |
java.lang.Throwable |
handleCheckedExceptions(java.lang.reflect.Method apiMethod,
java.lang.reflect.Method invokedMethod,
java.lang.Throwable exception) |
void |
handleException(java.lang.Object object,
java.lang.reflect.Method method,
java.lang.Throwable exception) |
public java.lang.String getLocalizedMsg(java.lang.reflect.Method method, java.lang.Throwable error)
public java.lang.Throwable getHandledException(java.lang.Object object, java.lang.reflect.Method method, java.lang.Throwable exception)
object
- method
- exception
- public void handleException(java.lang.Object object, java.lang.reflect.Method method, java.lang.Throwable exception) throws java.lang.Throwable
java.lang.Throwable
public java.lang.Throwable handleCheckedExceptions(java.lang.reflect.Method apiMethod, java.lang.reflect.Method invokedMethod, java.lang.Throwable exception)
Copyright © 2017 Cloud Software Group, Inc. All Rights Reserved.