+ exceptionWithName:reason:userInfo:
Creates and returns an exception object .
例外オブジェクトを作成して返します。
+ 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.
新しくアロケートされた例外オブジェクトを初期化して返します。
- raise
Raises the receiver, causing program flow to jump to the local exception handler.
レシーバを引き起こします、プログラムの流れをローカル例外ハンドラにジャンプさせます。