ActiBookアプリアイコンActiBookアプリをダウンロード(無償)

  • Available on the Appstore
  • Available on the Google play

概要

TET5

@catch (TETException *ex) {NSString * errorMessage =[NSString stringWithFormat:@"TETエラー%d in '%@': %@",[ex get_errnum], [ex get_apiname], [ex get_errmsg]];NSAlert *alert = [[NSAlert alloc] init];[alert setMessageText: errorMessage];[alert runModal];[alert release];}@catch (NSException *ex) {NSAlert *alert = [[NSAlert alloc] init];[alert setMessageText: [ex reason]];[alert runModal];[alert release];}@finally {[tet release];}get_errmsgメソッドの他に、例外オブジェクトのreasonフィールドを用いてエラーメッセージを取得することも可能です。3.7 Objective-Cバインディング37