るりまサーチ (Ruby 2.5.0)

最速Rubyリファレンスマニュアル検索!
2件ヒット [1-2件を表示] (0.101秒)
トップページ > クエリ:IO[x] > バージョン:2.5.0[x] > クエリ:l[x] > クエリ:param[x] > クエリ:form[x] > クエリ:def_e2message[x]

別のキーワード

  1. net/imap param
  2. htmlextension form
  3. cgi multipart_form
  4. cgi/html form
  5. cgi form

ライブラリ

モジュール

検索結果

Exception2MessageMapper.def_e2message(klass, exception_class, message_format) -> Class (64858.0)

すでに存在する例外クラス exception_class に、 エラーメッセージ用フォーマット message_format を関連づけます。

すでに存在する例外クラス exception_class に、
エラーメッセージ用フォーマット message_format を関連づけます。

@param klass 一階層上となるクラス名を指定します。

@param exception_class メッセージを登録する例外クラスを指定します。

@param message_format メッセージのフォーマットを指定します。
Kernel.#sprintf のフォーマット文字列と同じ形式を使用できます。

@return exception_class を返します。

Exception2MessageMapper#def_e2message(exception_class, message_format) -> Class (64540.0)

すでに存在する例外クラス exception_class に、 エラーメッセージ用フォーマット message_format を関連づけます。

すでに存在する例外クラス exception_class に、
エラーメッセージ用フォーマット message_format を関連づけます。

このフォーマットは Exception2MessageMapper#Raise,
Exception2MessageMapper#Fail で使用します。

@param exception_class メッセージを登録する例外クラスを指定します。

@param message_format メッセージのフォーマットを指定します。
Kernel.#sprintf のフォーマット文字列と同じ形式を使用できます...