Kanzi Java API
NativeException Class Reference

Exception that wraps an unknown native exception. More...

Inheritance diagram for NativeException:
[legend]
Collaboration diagram for NativeException:
[legend]

Public Member Functions

 NativeException (String errorMessage)
 Construct a NativeException. More...
 

Detailed Description

Exception that wraps an unknown native exception.

These exceptions can rethrow the internal native exception again if left unhandled to a native stack frame.

Constructor & Destructor Documentation

NativeException ( String  errorMessage)

Construct a NativeException.

Parameters
errorMessageThe message from the native exception