#author("2017-01-23T15:23:56+09:00","default:wikiwriter","wikiwriter")
&tag(Swift/例外処理);
*目次 [#r5f0c5ed]
#contents
*関連ページ [#b9652f73]
*参考情報 [#b6a44e84]

*基本 [#pb30eeb8]
**例外処理の基本形 [#jc61f5c1]
-以下の形式
#pre{{
do {
    try someMethod()
} catch let error as NSError {
    print("error \(error)")
}
}}


トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS