| 例文 |
"exception handler"を含む例文一覧と使い方
該当件数 : 26件
This function should only be called from an exception handler.例文帳に追加
このメソッドは例外ハンドラからのみ呼び出されます。 - Python
The executable code includes an exception handler coded by JavaScript.例文帳に追加
実行可能なコードは、ジャバスクリプトでコード化された例外ハンドラを含む。 - 特許庁
The cgitb module provides a special exception handler for Python scripts.例文帳に追加
cgitb モジュールでは、Python スクリプトのための特殊な例外処理を提供します。 - Python
When no exception occurs in the try clause, no exception handler is executed.例文帳に追加
try 節内で全く例外が起きなければ、どの例外ハンドラも実行されません。 - Python
Examples of exception handler mechanisms include Unix's signal calls and Lisp's catch and throw. 例文帳に追加
例外ハンドラ機構の例としては,Unixのシグナル呼出しおよびリスプのキャッチアンドスローがある. - コンピューター用語辞典
The exception handler also terminates execution of executable code on the web server which encounters the abnormal condition.例文帳に追加
同時に例外処理ハンドラは、異常状態に遭遇したウェブサーバで実行コードの実行を終了する。 - 特許庁
When the voltages return to the acceptable range, the exception handler resumes the pipeline and completes handling of the exception.例文帳に追加
電圧が許容可能な範囲に戻ると、パイプラインをレジュームし、例外の取り扱いを終了する。 - 特許庁
A built-in system exception handler will usually be called resulting in abortion of the program run. 例文帳に追加
組み込みのシステム例外ハンドラは, プログラム走行の打ち切りの結果として呼び出されるのが普通である. - コンピューター用語辞典
Finally, a code for the exception handling is inserted immediately preceding an entry of each of the functions, an exception handler and a sentence to generate the exception.例文帳に追加
最後に各関数の入り口、例外ハンドラ、例外を発生する文の直前に例外処理用のコードを挿入する(1224)。 - 特許庁
An exception handler 133 is provided as software that is executed in a kernel space 131 and that is hooked to the kernel of an OS 101.例文帳に追加
カーネル空間131で実行され、OS101のカーネルにフックされるソフトウェアとしてエクセプションハンドラ133を設ける。 - 特許庁
The single step exception handler returns program flow to a point in a following storage area after the variable length instruction extended over the intervals.例文帳に追加
シングル・ステップ例外ハンドラは、プログラム・フローを間隔にまたがる可変長命令の後の後続記憶領域内の点に戻す。 - 特許庁
A Python program can also explicitly raise an exception with the raise statement.Exception handlers are specified with the try ... exceptstatement.例文帳に追加
Python プログラムから、raise文を使って明示的に例外を送出することもできます。 例外ハンドラ (exception handler) は、 try ... except文で指定することができます。 - Python
When the search for an exception handler unwinds the execution stack, at each unwoundlevel a traceback object is inserted in front of the currenttraceback.例文帳に追加
例外ハンドラを検索して実行スタックを戻っていく際、戻ったレベル毎に、トレースバックオブジェクトが現在のトレースバックの前に挿入されます。 - Python
When the voltages are not within the acceptable range, an exception is generated, and an exception handler stalls the processor pipeline to inhibit accesses to the SRAM cells.例文帳に追加
電圧が許容可能な範囲内にないときに例外が発生され、例外ハンドラは、SRAMセルへのアクセスを禁止するためにプロセッサ・パイプラインをストールする。 - 特許庁
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つ以上のグローバル関数を呼び出し、クライアント側ブラウザのコード実行を適切に終了するため、現在表示中のブラウザウインドウをクリアし、エラーメッセージを表示し、セッションの失敗をユーザに通知する。 - 特許庁
By complying with the calling convention, proper operation of the computer program is achieved during testing even if an exception handler, or other program element that relies on compliance with the calling convention, is invoked.例文帳に追加
呼び出し規約に従うことで、呼び出し規約に応じて例外ハンドラまたは他のプログラム要素が生じても、テスト中、コンピュータプログラムの適切な動作が行われる。 - 特許庁
The execution is restricted by a set of single step flags so that hardware execute only a single instruction extended over intervals before control is returned to a single step exception handler.例文帳に追加
この実行は、制御がシングル・ステップ例外ハンドラに戻される前に、ハードウェアが間隔にまたがる単一の命令のみを実行するようにするシングル・ステップ・フラグのセットによって制限される。 - 特許庁
When writing protection is violated during the execution of the Codelet, an exception handler 28 rewrites an address of a store command which has violated writing into the address in the map 27 from the address in the map 26.例文帳に追加
コードレットの実行時に書込み保護違反が発生すると、例外ハンドラ28は、書き込み違反を発生したストア命令のアドレスを、仮想メモリマップ26のアドレスから仮想メモリマップ27のアドレスに書き換える。 - 特許庁
If an abnormal condition is encountered, the exception handler calls one or more global functions to generate Java Script and send it to the client for gracefully terminating execution of the client-side browser executable code.例文帳に追加
異常状態に遭遇した場合、例外処理ハンドラは1つ以上のグローバルファンクションを呼び出し、クライアント側のブラウザ実行コードの実行を適切に終了するためのジャバスクリプトを生成し、クライアントに送る。 - 特許庁
After the process 151 has been terminated, the exception handler 133 notifies the user of a system error and controls the execution of an exception application for urging restart; the process 152 of the exception application is executed in the user-land space 132.例文帳に追加
エクセプションハンドラ133は、プロセス151が終了された後、ユーザに、システムエラーを通知し、再起動を促すための例外アプリケーションの実行を制御し、ユーザランド空間132で例外アプリケーションのプロセス152が実行される。 - 特許庁
If the kernel of the OS 101 detects the occurrence of an unauthorized process by a normal application executed in a user-land space 132, the kernel reports the occurrence of the unauthorized process to the exception handler 133, after which the process 151 of the normal application is forcibly terminated.例文帳に追加
OS101のカーネルが、ユーザランド空間132で実行される通常アプリケーションによる不正な処理の発生を検知した場合、カーネルからエクセプションハンドラ133に、不正な処理の発生を通知して、その後、通常アプリケーションのプロセス151を強制終了する。 - 特許庁
This system is constituted of a CPU 1, a load program deciding system 2 being in-boot program processing, a program edition number control system 3 being in-program file processing, a resumption factor deciding system 4 being in-exception handler processing, a recording medium 5, a resumption factor register 6, a resumption number of times of preservation data 7, and a system memory 8.例文帳に追加
CPU1、ブートプログラム内処理であるロードプログラム決定システム2、プログラムファイル内処理であるプログラム版数操作システム3、例外ハンドラ内処理である再開要因決定システム4、記録媒体5、再開要因レジスタ6、再開回数保存データ7およびシステムメモリ8より構成される。 - 特許庁
The system includes an exception handler, which receives the error from one of a plurality of configuration elements 12 to execute a schedule for processing the job, a technique for planning a model based schedule, and a schedule planning unit 10, which generates a new schedule being associated with the job based on at least a part of one of the user's preference.例文帳に追加
このシステムは、ジョブを処理する計画を実行している複数の構成要素12の1つから例外を受け取る例外ハンドラと、モデルベースの計画立案技術と、少なくとも1つのユーザの嗜好とに、少なくとも部分的に基づいて、前記ジョブに関する新しい計画を生成する計画立案部10と、を含む。 - 特許庁
.Exceptions are identified by class instances.Selection of a matching except clause is based on object identity.The except clause must reference the same class or a base class of it.When an exception is raised, an object (maybe None) is passed as the exception's value; this object does not affect the selection of an exception handler, but is passed to the selectedexception handler as additional information.例文帳に追加
except 節は、同じクラスの例外か、基底クラスの例外しか参照しません。 例外が発行されると、オブジェクト (None になることもあります)が例外の 値 (value) として渡されます; このオブジェクトが例外ハンドラの選択自体に影響することはありませんが、選択された例外ハンドラに付帯情報として渡されます。 - Python
| 例文 |
| Copyright (C) 1994- Nichigai Associates, Inc., All rights reserved. |
| Copyright © Japan Patent office. All Rights Reserved. |
| この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。 |
| Copyright 2001-2004 Python Software Foundation.All rights reserved. Copyright 2000 BeOpen.com.All rights reserved. Copyright 1995-2000 Corporation for National Research Initiatives.All rights reserved. Copyright 1991-1995 Stichting Mathematisch Centrum.All rights reserved. |
|
ログイン |
Weblio会員(無料)になると
|
|
ログイン |
Weblio会員(無料)になると
|
