Type Method 型メソッド

raise:format:

A convenience method that creates and raises an exception. 例外を作成して引き起こす便宜メソッド。し

Declaration 宣言

+ (void)raise:(NSExceptionName)name 
       format:(NSString *)format, ...;

Parameters パラメータ

name

The name of the exception. 例外の名前。

format,

A human-readable message string (that is, the exception reason) with conversion specifications for the variable arguments that follow. 人の読みやすいメッセージ文字列(すなわち、例外の理由)、あとに続く変数引数に対する変換仕様を持ちます。

...

Variable information to be inserted into the formatted exception reason (in the manner of printf). 書式設定された例外理由へと挿入されることになる変数情報(printfの流儀で)。

Discussion 議論

The user-defined information is nil for the generated exception object. ユーザ定義情報は、生み出された例外オブジェクトに対してnilです。

See Also 参照

Creating and Raising an NSException Object NSExceptionオブジェクトを作成するそして引き起こす