596件ヒット
[1-100件を表示]
(0.066秒)
ライブラリ
- ビルトイン (185)
- bigdecimal (28)
- drb (24)
- e2mmap (12)
- fileutils (24)
- matrix (12)
-
minitest
/ unit (3) - rexml (12)
-
rubygems
/ exceptions (24) -
rubygems
/ gem _ openssl (12) -
rubygems
/ security (36) - stringio (12)
- timeout (37)
-
webrick
/ httpauth / authenticator (24)
クラス
-
ARGF
. class (10) - BigDecimal (14)
-
DRb
:: DRbUnknown (12) - Exception (20)
-
Gem
:: Security :: Policy (12) - IO (24)
-
MiniTest
:: Unit (2) -
MiniTest
:: Unit :: TestCase (1) - SignalException (24)
- StringIO (12)
- Thread (12)
モジュール
- Exception2MessageMapper (12)
- FileUtils (24)
- Gem (12)
-
Gem
:: Security (12) - Kernel (125)
- Timeout (21)
-
WEBrick
:: HTTPAuth :: Authenticator (12) -
WEBrick
:: HTTPAuth :: ProxyAuthenticator (12)
キーワード
-
$ DEBUG (12) -
1
. 6 . 8から1 . 8 . 0への変更点(まとめ) (12) - AuthException (24)
- BigDecimal (14)
- Complex (14)
- DRbUnknownError (12)
-
EXCEPTION
_ UNDERFLOW (12) - ErrNotRegular (12)
- Exception (12)
- Float (7)
- GemNotFoundException (12)
- Integer (7)
-
NEWS for Ruby 2
. 1 . 0 (12) -
NEWS for Ruby 2
. 3 . 0 (10) -
NEWS for Ruby 2
. 4 . 0 (9) -
NEWS for Ruby 2
. 5 . 0 (8) -
NEWS for Ruby 2
. 6 . 0 (7) -
NEWS for Ruby 3
. 0 . 0 (5) -
PASSTHROUGH
_ EXCEPTIONS (1) - Rational (7)
- RemoteSourceException (12)
- Rubyの起動 (4)
- Ruby用語集 (12)
- UndefinedNamespaceException (12)
- cause (12)
- debug (12)
-
def
_ exception (12) -
ensure
_ ssl _ available (12) - fail (24)
-
handle
_ interrupt (12) - location (1)
- new (26)
- puke (1)
- raise (24)
-
read
_ nonblock (34) - remove (12)
- rm (12)
-
ruby 1
. 6 feature (12) -
ruby 1
. 8 . 3 feature (12) -
ruby 1
. 8 . 4 feature (12) -
ruby 1
. 9 feature (12) -
rubygems
/ exceptions (12) - timeout (37)
-
verify
_ gem (12) -
verify
_ trust _ dir (12) -
write
_ nonblock (12)
検索結果
先頭5件
-
DRb
:: DRbUnknown # exception -> DRb :: DRbUnknownError (21201.0) -
マーシャリングされたオブジェクトが元のオブジェクトに変換できなかった、 ということを意味する例外オブジェクトを返します。
...マーシャリングされたオブジェクトが元のオブジェクトに変換できなかった、
ということを意味する例外オブジェクトを返します。
この例外オブジェクトの DRb::DRbUnknownError#unknown を
呼び出すと、 self が返されます。... -
WEBrick
:: HTTPAuth :: Authenticator :: AuthException -> Class (18200.0) -
認証失敗時に発生する例外のクラスです。
認証失敗時に発生する例外のクラスです。 -
WEBrick
:: HTTPAuth :: ProxyAuthenticator :: AuthException -> Class (18200.0) -
WEBrick::HTTPStatus::ProxyAuthenticationRequired です。
...WEBrick::HTTPStatus::ProxyAuthenticationRequired です。... -
Exception
# cause -> Exception | nil (15201.0) -
self の前の例外(self が rescue 節や ensure 節の中で発生した例外の場合、 その前に発生していた元々の例外)を返します。存在しない場合は nil を返し ます。
...rescue 節や ensure 節の中で発生した例外の場合、
その前に発生していた元々の例外)を返します。存在しない場合は nil を返し
ます。
//emlist[例][ruby]{
begin
begin
raise "inner"
rescue
raise "outer"
end
rescue
p $! # => #<RuntimeE......rror: outer>
p $!.cause # => #<RuntimeError: inner>
end
//}... -
Exception
# full _ message(highlight: true , order: :bottom) -> String (15118.0) -
例外の整形された文字列を返します。
...例外の整形された文字列を返します。
返される文字列は Ruby が捕捉されなかった例外を標準エラー出力に出力するときと
同じ形式です。
そのため、メソッド呼び出し時に $stderr が変更されておらず、$stderr.tty? が真の場合......値は Exception.to_tty? の返り値と同じです。
@param order :top か :bottom で指定する必要があります。
バックトレースの一番奥がエラーメッセージの上(top)か下(bottom)かを指定します。
デフォルト値は Exception.to_tt......。
//emlist[例][ruby]{
begin
raise "test"
rescue => e
p e.full_message # => "\e[1mTraceback \e[m(most recent call last):\ntest.rb:2:in `<main>': \e[1mtest (\e[4;1mRuntimeError\e[m\e[1m)\n\e[m"
$stderr = $stdout
p e.full_message # => "test.rb:2:in `<main>': test (RuntimeError)\n"
$st... -
BigDecimal
:: EXCEPTION _ UNDERFLOW -> Integer (12201.0) -
BigDecimal の計算結果の指数部がアンダーフローした場合に例外を発生 させるかどうかを設定、確認する際の値を返します。
BigDecimal の計算結果の指数部がアンダーフローした場合に例外を発生
させるかどうかを設定、確認する際の値を返します。
BigDecimal.mode の第 1 引数に指定します。 -
MiniTest
:: Unit :: TestCase :: PASSTHROUGH _ EXCEPTIONS -> [Class] (12200.0) -
システム関連の例外のリストです。内部で使用します。
システム関連の例外のリストです。内部で使用します。 -
Gem
:: GemNotFoundException (12000.0) -
Gem が見つからなかった場合の例外です。
Gem が見つからなかった場合の例外です。 -
Gem
:: RemoteSourceException (12000.0) -
HTTP 経由でネットワークにアクセス出来ない場合に使用する例外です。
HTTP 経由でネットワークにアクセス出来ない場合に使用する例外です。 -
REXML
:: UndefinedNamespaceException (12000.0) -
XMLのパース中に、定義されていない名前空間が現れた場合に発生する 例外です。
XMLのパース中に、定義されていない名前空間が現れた場合に発生する
例外です。