public class DefaultNativeModuleCallExceptionHandler extends java.lang.Object implements NativeModuleCallExceptionHandler
| Constructor and Description |
|---|
DefaultNativeModuleCallExceptionHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
handleException(java.lang.Exception e)
Do something to display or log the exception.
|
public DefaultNativeModuleCallExceptionHandler()
public void handleException(java.lang.Exception e)
NativeModuleCallExceptionHandlerhandleException in interface NativeModuleCallExceptionHandler