AndroidJNI.ThrowNew Manual     Reference     Scripting  
Scripting > Runtime Classes > AndroidJNI
AndroidJNI.ThrowNew

static function ThrowNew (clazz : IntPtr, message : String) : int

Description

Constructs an exception object from the specified class with the message specified by message and causes that exception to be thrown.

See Also: Java Native Interface Specification (Oracle)