NativeException¶
-
public abstract class
NativeException
extends RuntimeException¶ Abstract native exception class.
Implement this to support new kinds of native exceptions.
Fields¶
peer¶
-
protected NativeObject
peer
¶ The native exception itself.
Constructors¶
NativeException¶
-
protected
NativeException
(NativeObject peer)¶ Construct a
NativeException
object from a native exception.Parameters: - peer – The native peer of the exception.