るりまサーチ

最速Rubyリファレンスマニュアル検索!
24件ヒット [1-24件を表示] (0.211秒)

別のキーワード

  1. etc sc_message_passing
  2. etc sc_2_pbs_message
  3. rbconfig ruby
  4. fiddle ruby_free
  5. getoptlong error_message

ライブラリ

クラス

検索結果

Exception#to_s -> String (33321.0)

エラーメッセージをあらわす文字列を返します。

...エラーメッセージをあらわす文字列を返します。

//emlist[例][ruby]{
begin
1 + nil
r
escue => e
p e.message #=> "nil can't be coerced into Fixnum"
end
//}...

Exception#message -> String (30321.0)

エラーメッセージをあらわす文字列を返します。

...エラーメッセージをあらわす文字列を返します。

//emlist[例][ruby]{
begin
1 + nil
r
escue => e
p e.message #=> "nil can't be coerced into Fixnum"
end
//}...