AndroidJNI.ExceptionClear 清除异常
static function ExceptionClear () : void
Description描述
Clears any exception that is currently being thrown.
清除当前抛出的任何异常。如果当前无异常,则此例程不产生任何效果。
参见: Java Native Interface Specification (Oracle)