1430件ヒット
[201-300件を表示]
(0.122秒)
ライブラリ
- ビルトイン (232)
-
cgi
/ core (12) - e2mmap (6)
- getoptlong (12)
- logger (108)
-
minitest
/ unit (2) - mkmf (24)
-
net
/ imap (12) - openssl (288)
- optparse (252)
- pathname (22)
- pstore (108)
-
racc
/ parser (12) -
rdoc
/ rdoc (12) - rss (36)
- rubygems (24)
-
rubygems
/ installer (12) -
rubygems
/ user _ interaction (24) - strscan (12)
-
syslog
/ logger (12) - timeout (16)
-
webrick
/ httpresponse (12) -
win32
/ registry (12) - zlib (168)
クラス
- CGI (12)
-
Encoding
:: Converter (12) -
Encoding
:: InvalidByteSequenceError (72) -
Encoding
:: UndefinedConversionError (24) - Exception (24)
- Fiber (18)
- FrozenError (6)
-
Gem
:: Installer (12) -
Gem
:: LoadError (24) -
Gem
:: StreamUI (12) - GetoptLong (12)
- Hash (36)
- KeyError (16)
- Logger (108)
-
MiniTest
:: Unit (2) -
Net
:: IMAP :: ResponseError (12) -
OpenSSL
:: ASN1 :: ObjectId (12) -
OpenSSL
:: PKCS12 (12) -
OpenSSL
:: PKCS7 (72) -
OpenSSL
:: PKey :: EC :: Group (72) -
OpenSSL
:: PKey :: EC :: Point (96) -
OpenSSL
:: X509 :: StoreContext (24) - OptionParser (144)
-
OptionParser
:: ParseError (108) - PStore (108)
- Pathname (22)
-
RDoc
:: RDoc (12) -
RSS
:: NSError (12) -
RSS
:: NotWellFormedError (24) -
Racc
:: Parser (12) - StringScanner (12)
-
Syslog
:: Logger (12) - Thread (24)
-
WEBrick
:: HTTPResponse (12) -
Win32
:: Registry :: Error (12) -
Zlib
:: GzipReader (132) -
Zlib
:: GzipWriter (36)
モジュール
- Exception2MessageMapper (6)
-
Gem
:: UserInteraction (12) - Kernel (40)
キーワード
- == (12)
- [] (12)
- []= (12)
- abort (12)
- add (24)
-
add
_ certificate (12) -
alert
_ error (24) - args (12)
- certificates= (12)
- code (12)
- cofactor (12)
- comment= (12)
- commit (12)
- decrypt (12)
-
def
_ exception (6) - delete (12)
-
destination
_ encoding (24) -
destination
_ encoding _ name (24) - document (12)
- each (12)
-
each
_ byte (24) -
each
_ line (12) - element (12)
- eql? (12)
- error= (12)
-
error
_ bytes (12) -
error
_ string (12) -
error
_ string= (12) - errors= (1)
- exception (24)
- fetch (48)
- find (22)
- getc (12)
- gets (12)
- header (12)
- infinity? (12)
- inspect (12)
- install (12)
- invert! (12)
- key (8)
- line (12)
- lineno (12)
- log (24)
-
make
_ affine! (12) - mtime= (12)
- oid (12)
- on (144)
-
on
_ curve? (12) -
on
_ error (12) -
orig
_ name= (12) -
pending
_ interrupt? (12) -
point
_ conversion _ form (12) -
primitive
_ errinfo (12) - puke (1)
- raise (30)
- read (12)
-
readagain
_ bytes (12) - readchar (12)
- readline (12)
- reason (12)
- reason= (12)
- receiver (14)
- recover (12)
- response= (12)
- root? (12)
- roots (12)
-
set
_ backtrace (12) -
set
_ error (24) -
set
_ generator (12) -
set
_ option (12) -
set
_ to _ infinity! (12) -
sev
_ threshold= (12) -
source
_ encoding (12) -
source
_ encoding _ name (12) - tag (12)
- timeout (16)
-
to
_ bn (12) -
to
_ der (24) -
to
_ pem (12) -
to
_ s (12) -
to
_ text (12) - transaction (12)
- ungetc (12)
- unscan (12)
- verify (12)
-
version
_ requirement (12) -
version
_ requirement= (12) - warn (24)
-
with
_ werror (24)
検索結果
先頭5件
- Encoding
:: InvalidByteSequenceError # destination _ encoding _ name -> String - OptionParser
:: ParseError # set _ option(opt , eq) -> self - Encoding
:: InvalidByteSequenceError # readagain _ bytes -> String - Exception
# exception(error _ message) -> Exception - Exception2MessageMapper
# def _ exception(exception _ name , message _ format , superclass = StandardError) -> Class
-
Encoding
:: InvalidByteSequenceError # destination _ encoding _ name -> String (12207.0) -
エラーを発生させた変換の変換先のエンコーディングを文字列で返します。
...エラーを発生させた変換の変換先のエンコーディングを文字列で返します。
@see Encoding::InvalidByteSequenceError#destination_encoding... -
OptionParser
:: ParseError # set _ option(opt , eq) -> self (12119.0) -
エラーのあったオプションを指定します。
...理するエラーのあったオプションの一覧の先頭を
opt で置き換えます。そうでない場合は先頭に opt を追加します。
@param opt エラーのあったオプションを指定します。
@param eq self が管理するエラーのあったオプションの一......覧の先頭を置き換え
るかどうかを指定します。
@return self を返します。... -
Encoding
:: InvalidByteSequenceError # readagain _ bytes -> String (12113.0) -
エラー発生時に読み直さなければならないバイト列を返します。
...エラー発生時に読み直さなければならないバイト列を返します。
@see Encoding::InvalidByteSequenceError#error_bytes... -
Exception
# exception(error _ message) -> Exception (9336.0) -
引数を指定しない場合は self を返します。引数を指定した場合 自身のコピー を生成し Exception#message 属性を error_message にして返します。
...生成し Exception#message 属性を error_message にして返します。
Kernel.#raise は、実質的に、例外オブジェクトの exception
メソッドの呼び出しです。
@param error_message エラーメッセージを表す文字列を指定します。
//emlist[例][ruby]{
begi......n
# ... # 何か処理
rescue => e
raise e.exception("an error occurs during hogehoge process") # 詳しいエラーメッセージ
end
//}... -
Exception2MessageMapper
# def _ exception(exception _ name , message _ format , superclass = StandardError) -> Class (9319.0) -
exception_name という名前の例外クラスを定義します。
...exception_name という名前の例外クラスを定義します。
@param exception_name 定義する例外クラスの名前をシンボルで指定します。
@param message_format メッセージのフォーマット。
@param superclass 定義する例外のスーパークラスを指定......します。
省略すると StandardError を使用します。... -
OpenSSL
:: X509 :: StoreContext # error=(error) (9251.0) -
エラーコードを設定します。
...エラーコードを設定します。
OpenSSL::X509::StoreContext#verify を呼びだし、
証明書チェインの各証明書を検証した
コールバック(OpenSSL::X509::Store#verify_callback=)が呼び出され、
StoreContext オブジェクトが渡されますが、このメソッド......SSL::X509::StoreContext#error_string
もその値に応じた文字列が返るようになります。
例:
require 'openssl'
store = OpenSSL::X509::Store.new
store.set_default_paths
cert = OpenSSL::X509::Certificate.new(...)
store.verify(cert, chain){|ok,ctx|
ctx.error = OpenSSL:......:X509::V_ERR_APPLICATION_VERIFICATION;
false} # => false
p store.error # => OpenSSL::X509::V_ERR_APPLICATION_VERIFICATION
p store.error_string # => "application verification failure"
@param error エラーコードの整数値
@see OpenSSL::X509::StoreContext#error... -
Gem
:: LoadError # version _ requirement -> Get :: Requirement (9207.0) -
ロードに失敗した Gem の必要条件を返します。
...ロードに失敗した Gem の必要条件を返します。
@see Gem::Requirement, Gem::Dependency#version_requirements... -
MiniTest
:: Unit # errors=(count) (9207.0) -
エラー数をセットします。
...エラー数をセットします。
@param count 件数を指定します。... -
Gem
:: Installer # install -> Gem :: Specification (9137.0) -
Gem をインストールします。
...ルします。
@gem_home/
cache/<gem-version>.gem #=> インストールした Gem のコピー
gems/<gem-version>/... #=> インストール時に展開したファイル
specifications/<gem-version>.gemspec #=> gemspec ファイル
@return ロード......tion のインスタンスを返します。
@raise Gem::InstallError 要求された Ruby のバージョンを満たしていない場合に発生します。
@raise Gem::InstallError 要求された RubyGems のバージョンを満たしていない場合に発生します。
@raise Gem::Inst......allError Zlib::GzipFile::Error が発生した場合に発生します。... -
Exception
# exception -> self (9136.0) -
引数を指定しない場合は self を返します。引数を指定した場合 自身のコピー を生成し Exception#message 属性を error_message にして返します。
...生成し Exception#message 属性を error_message にして返します。
Kernel.#raise は、実質的に、例外オブジェクトの exception
メソッドの呼び出しです。
@param error_message エラーメッセージを表す文字列を指定します。
//emlist[例][ruby]{
begi......n
# ... # 何か処理
rescue => e
raise e.exception("an error occurs during hogehoge process") # 詳しいエラーメッセージ
end
//}... -
RSS
:: NSError # tag (9117.0) -
@todo
...@todo...