意味 | 例文 (14件) |
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
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例文辞書での「exception message」に類似した例文 |
|
exception.message
「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.例文帳に追加
管理ルールは、例えば、専用ストレージ装置を識別し、専用ストレージ装置を設定し、ディスクプロトコルメッセージを専用ストレージ装置に送信し、専用ストレージ装置から受信されたディスクプロトコルメッセージを処理し、そして、誤り条件および例外条件を処理するためのルールを含んでもよい。 - 特許庁
|
意味 | 例文 (14件) |
|
ピン留めアイコンをクリックすると単語とその意味を画面の右側に残しておくことができます。 |
ログイン |
Weblio会員(無料)になると
|
「exception message」のお隣キーワード |
weblioのその他のサービス
ログイン |
Weblio会員(無料)になると
|