Exception that wraps an unknown native exception. More...
Public Member Functions | |
| NativeException (String errorMessage) | |
| Construct a NativeException. More... | |
Exception that wraps an unknown native exception.
These exceptions can rethrow the internal native exception again if left unhandled to a native stack frame.
| NativeException | ( | String | errorMessage | ) |
Construct a NativeException.
| errorMessage | The message from the native exception |