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.
利用指定类的消息(由 message 指定)构造异常对象并抛出该异常。
参见: Java Native Interface Specification (Oracle)