ブックタイトルTET5
- ページ
- 37/228
このページは TET5 の電子ブックに掲載されている37ページの概要です。
秒後に電子ブックの対象ページへ移動します。
「ブックを開く」ボタンをクリックすると今すぐブックを開きます。
このページは TET5 の電子ブックに掲載されている37ページの概要です。
秒後に電子ブックの対象ページへ移動します。
「ブックを開く」ボタンをクリックすると今すぐブックを開きます。
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