Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
exception messageの意味・使い方・読み方 | Weblio英和辞書
[go: Go Back, main page]


小窓モード


プレミアム

ログイン
設定

設定

Weblio 辞書 > 英和辞典・和英辞典 > コンピューター用語 > exception messageの意味・解説 

exception messageとは 意味・読み方・使い方

ピン留め

追加できません

(登録数上限)

単語を追加

コンピューター用語辞典での「exception message」の意味

exception message


「exception message」の部分一致の例文検索結果

該当件数 : 14



例文

The exception message generated by the example, if the example is expected to generate an exception; or None if it is not expected to generate an exception.例文帳に追加

例題が例外を生成すると予想される場合の例外メッセージです。 - Python

Exception info is added to the logging message.例文帳に追加

例外情報はログメッセージに追加されます。 - Python

Generate a useful error message from an EnvironmentError (IOError or OSError) exception object.発音を聞く 例文帳に追加

例外オブジェクト EnvironmentError (IOError または OSError) から、エラーメッセージを生成します。 - Python

The actual message for the exception is shown in the Console for the current debugging session.例文帳に追加

例外の実際のメッセージは、現在のデバッグセッションのコンソールに表示されます。 - NetBeans

The message indicating which exception occurred is the always last string in the list.例文帳に追加

どの例外が起きたのかを示すメッセージは、常にリストの最後の文字列です。 - Python

This utility function prints a warning message to sys.stderrwhen an exception has been set but it is impossible for the interpreter to actually raise the exception.例文帳に追加

例外が設定されているがインタプリタが実際に例外を発生させることができないときに、このユーティリティ関数は警告メッセージをsys.stderrへプリントします。 - Python

例文

Since the Warning class is derived from the built-inException class, to turn a warning into an error we simplyraise category(message).The warnings filter is initialized by -W options passed to the Python interpreter command line.例文帳に追加

Warning クラスは組み込みの Exception クラスから導出されているので、警告をエラーに変えるには単にcategory(message) を raise します。 警告フィルタは Python インタプリタのコマンドラインに渡される-W オプションで初期化されます。 - Python

>>例文の一覧を見る


調べた例文を記録して、 効率よく覚えましょう
Weblio会員登録無料で登録できます!
  • 履歴機能
    履歴機能
    過去に調べた
    単語を確認!
  • 語彙力診断
    語彙力診断
    診断回数が
    増える!
  • マイ単語帳
    マイ単語帳
    便利な
    学習機能付き!
  • マイ例文帳
    マイ例文帳
    文章で
    単語を理解!
  • その他にも便利な機能が満載!
Weblio会員登録(無料)はこちらから

日英・英日専門用語辞書での「exception message」の意味

exception message


Weblio例文辞書での「exception message」に類似した例文

exception.message

例文

a cryptic note

例文

a message

例文

a message that departs from the main subject

例文

the penciled message

例文

muffle the message

例文

post a warning

例文

a message that makes a pledge

例文

Mail sender

例文

a spoken message

例文

the sender of a message

例文

a message-register

Weblio例文辞書はプログラムで機械的に意味や英語表現を生成しているため、不適切な項目が含まれていることもあります。ご了承くださいませ。

「exception message」の部分一致の例文検索結果

該当件数 : 14



例文

These three variables are not always defined; they are set when an exception is not handled and the interpreter prints an error message and a stack traceback.例文帳に追加

通常は定義されておらず、捕捉されない例外が発生してインタープリタがエラーメッセージとトレースバックを出力した場合にのみ設定されます。 - Python

Note that the defects are added to the message where the problem was found, so for example, if a message nested inside amultipart/alternative had a malformed header, that nested message object would have a defect, but the containing messages would not.All defect classes are subclassed from email.Errors.MessageDefect, but this class is not an exception!例文帳に追加

注意: これらの障害は、問題が見つかったメッセージに追加されるため、たとえばmultipart/alternative 内にあるネストしたメッセージが異常なヘッダをもっていた場合には、そのネストしたメッセージが障害を持っているが、その親メッセージには障害はないとみなされます。 すべての障害クラスは email.Errors.MessageDefect のサブクラスですが、これは例外とは違いますので注意してください。 - Python

A part of the received code is executed within the exception handler, and when encountering the abnormal condition, the exception handler calls one or more global functions, clears the currently displayed browser window to properly terminate execution of the client-side browser code, displays an error message and notifies a user of a session failure.例文帳に追加

受け取ったコードの一部は例外ハンドラ内で実行され、異常状態に遭遇した場合、例外ハンドラは1つ以上のグローバル関数を呼び出し、クライアント側ブラウザのコード実行を適切に終了するため、現在表示中のブラウザウインドウをクリアし、エラーメッセージを表示し、セッションの失敗をユーザに通知する。 - 特許庁

Note. At the time of writing, the Hibernate JPA persistence provider has some known issues that can cause problems in web applications such as JavaServer Faces applications.While not specific to NetBeans, these issues can be worked around by choosingeager as the association fetch value and java.util.Set as the collection type in the Mapping Options pane.If you use the Hibernate JPA persistence provider and choose default or lazy as the association fetch value in the Mapping Options pane,an org.hibernate.LazyInitializationException exception can occur at runtime.If you choose an association fetch value of eager and you do not also choose java.util.Set as the collection type,an org.hibernate.HibernateException can occur (with the message"cannot simultaneously fetch multiple bags") at runtime.These issues pertain to the Hibernate JPA persistence provider and not to the defaultpersistence provider.例文帳に追加

「完了」をクリックすると、選択した各表のエンティティークラスが作成され、「構成ファイル」ノードの下に persistence.xml が作成されます。 - NetBeans

This exception provides three attributes:msg is a brief message explaining the error, lineno is the number of the line on which the broken construct was detected,and offset is the number of characters into the line at which the construct starts.例文帳に追加

この例外は三つの属性を提供しています: msg はエラーの内容を説明する簡単なメッセージ、lineno は壊れたマークアップ構造を検出した場所の行番号、offset は問題のマークアップ構造の行内での開始位置を示す文字数です。 - Python

If exception(s) occur, an Error is raised with a list of reasons. The source code for this should be considered an example rather than a tool.Changed in version 2.3:Error is raised if any exceptions occur during copying,rather than printing a message.例文帳に追加

この関数のソースコードは道具としてよりも使用例として捉えられるべきでしょう。 バージョン 2.3 で 変更 された仕様:コピー中にエラーが発生した場合、メッセージを出力するのではなく例外を引き起こすように変更。 - Python

例文

The management rules may include rules for such things as identifying the dedicated storage device, configuring the dedicated storage device, sending disk protocol messages to the dedicated storage device, handling disk protocol message received from the dedicated storage device, and handling error and exception conditions.例文帳に追加

管理ルールは、例えば、専用ストレージ装置を識別し、専用ストレージ装置を設定し、ディスクプロトコルメッセージを専用ストレージ装置に送信し、専用ストレージ装置から受信されたディスクプロトコルメッセージを処理し、そして、誤り条件および例外条件を処理するためのルールを含んでもよい。 - 特許庁

>>例文の一覧を見る


exception messageのページの著作権
英和・和英辞典 情報提供元は 参加元一覧 にて確認できます。

   
日外アソシエーツ株式会社日外アソシエーツ株式会社
Copyright (C) 1994- Nichigai Associates, Inc., All rights reserved.
日中韓辭典研究所日中韓辭典研究所
Copyright © 2025 CJKI. All Rights Reserved

ピン留めアイコンをクリックすると単語とその意味を画面の右側に残しておくことができます。

こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する

このモジュールを今後表示しない
みんなの検索ランキング
閲覧履歴
無料会員登録をすると、
単語の閲覧履歴を
確認できます。
無料会員に登録する
英→日 日→英
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する

©2025 GRAS Group, Inc.RSS