36件ヒット
[1-36件を表示]
(0.132秒)
別のキーワード
クラス
- Exception (24)
-
REXML
:: ParseException (12)
検索結果
-
Exception
# to _ s -> String (27202.0) -
エラーメッセージをあらわす文字列を返します。
...エラーメッセージをあらわす文字列を返します。
//emlist[例][ruby]{
begin
1 + nil
rescue => e
p e.message #=> "nil can't be coerced into Fixnum"
end
//}... -
REXML
:: ParseException # to _ s -> String (24202.0) -
例外情報を文字列化して返します。
例外情報を文字列化して返します。 -
Exception
# message -> String (12102.0) -
エラーメッセージをあらわす文字列を返します。
...エラーメッセージをあらわす文字列を返します。
//emlist[例][ruby]{
begin
1 + nil
rescue => e
p e.message #=> "nil can't be coerced into Fixnum"
end
//}...