+ exceptionWithName:reason:userInfo:
Creates and returns an exception object .
例外オブジェクトを作成して返します。
+ raise:format:
A convenience method that creates and raises an exception.
例外を作成して引き起こす便宜メソッド。し
+ raise:format:arguments:
Creates and raises an exception with the specified name, reason, and arguments.
ある例外をこの指定された名前、理由、そして引数で作成して引き起こします。
- initWithName:reason:userInfo:
Initializes and returns a newly allocated exception object.
新しくアロケートされた例外オブジェクトを初期化して返します。