「exception handler」を含む例文一覧(36)

  • This function should only be called from an exception handler.
    このメソッドは例外ハンドラからのみ呼び出されます。 - Python
  • When no exception occurs in the try clause, no exception handler is executed.
    try 節内で全く例外が起きなければ、どの例外ハンドラも実行されません。 - Python
  • When an exception occurs in the try suite, a search for an exception handler is started.
    try スイート内で例外が発生すると、例外ハンドラの検索が開始されます。 - 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
  • 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)。 - 特許庁
  • When the voltages return to the acceptable range, the exception handler resumes the pipeline and completes handling of the exception.
    電圧が許容可能な範囲に戻ると、パイプラインをレジュームし、例外の取り扱いを終了する。 - 特許庁
  • When letting the exception bubble up, the exception just isn't handled and will continue up the call stack in search of a handler.
    元の例外をそのまま放置すると、例外は処理されず、コールスタックをさかのぼって別のハンドラを探します。 - PEAR
  • Examples of exception handler mechanisms include Unix's signal calls and Lisp's catch and throw.
    例外ハンドラ機構の例としては,Unixのシグナル呼出しおよびリスプのキャッチアンドスローがある. - コンピューター用語辞典
  • The handler will find the traceback as TOS2, the parameter as TOS1, and the exception as TOS.
    ハンドラはTOS2としてトレースバック、TOS1としてパラメータ、そしてTOSとして例外を見つけられます。 - Python
  • If this handler is not set, no exception is raised by the parser for this condition.
    このハンドラが設定されていなければ、パーザは前述の事態で例外を送出しません。 - Python
  • 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
  • The exception handler also terminates execution of executable code on the web server which encounters the abnormal condition.
    同時に例外処理ハンドラは、異常状態に遭遇したウェブサーバで実行コードの実行を終了する。 - 特許庁
  • These details can then be passed onto a fault handler that is configured to deal with this kind of exception.
    これらの詳細を、その種の例外を処理するよう構成されたフォルトハンドラへ渡すことができます。 - NetBeans
  • A built-in system exception handler will usually be called resulting in abortion of the program run.
    組み込みのシステム例外ハンドラは, プログラム走行の打ち切りの結果として呼び出されるのが普通である. - コンピューター用語辞典
  • 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セルへのアクセスを禁止するためにプロセッサ・パイプラインをストールする。 - 特許庁
  • The web browser executes a code which tests abnormal conditions using an exception handler coded in PHP.
    ウェブブラウザは或るコードを実行し、そのコードは、PHPでコード化された例外処理ハンドラを利用して、異常状態をテストする。 - 特許庁
  • 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が実行される。 - 特許庁
  • 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.
    シングル・ステップ例外ハンドラは、プログラム・フローを間隔にまたがる可変長命令の後の後続記憶領域内の点に戻す。 - 特許庁
  • 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
  • The processor core includes an exception processing module 15 having a selection function 21 selecting, in the event of an exception, a hardware break function 28 stopping the progress of a program or a handler function 29 executing a routine coping with the exception based on external inputs 16 and/or 17.
    例外の発生により、プログラムの進行を停止するハードウェアブレーク機能28と、その例外に対処するルーチンを実行するハンドラ機能29とを、外部入力16および/または17に基づき選択する選択機能21を備えた例外処理モジュール15を有するプロセッサコアを提供する。 - 特許庁
  • When the exception occurs in E1, an interruption handler is started, the instruction in the interruption inhibition section R1 is copied to the other area and S4 is not copied.
    もしE1が例外を発生させた場合には、割込ハンドラが起動され、割込禁止区間R1の命令は別領域にコピーされ、S4はコピーをしない。 - 特許庁
  • 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つ以上のグローバル関数を呼び出し、クライアント側ブラウザのコード実行を適切に終了するため、現在表示中のブラウザウインドウをクリアし、エラーメッセージを表示し、セッションの失敗をユーザに通知する。 - 特許庁
  • .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
  • 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つ以上のグローバルファンクションを呼び出し、クライアント側のブラウザ実行コードの実行を適切に終了するためのジャバスクリプトを生成し、クライアントに送る。 - 特許庁
  • The error handler must either raise this or a different exception or return a tuple with a replacement for theunencodable part of the input and a position where encoding should continue.
    エラー処理関数はこの例外を送出するか、別の例外を送出するか、または入力のエンコードができなかった部分の代替文字列とエンコードを再開する場所の指定が入ったタプルを返すかしなければなりません。 - Python
  • When a signal arrives during an I/O operation, it is possible that the I/O operation raises an exception after the signal handler returns.This is dependent on the underlying Unix system's semantics regardinginterrupted system calls.
    シグナルが I/O 操作中に到着すると、シグナルハンドラが処理を返した後に I/O 操作が例外を送出する可能性があります。 これは背後にある Unix システムが割り込みシステムコールにどういう意味付けをしているかに依存します。 - Python
  • signal(2).)When threads are enabled, this function can only be called from the main thread; attempting to call it from other threads will cause a ValueError exception to be raised. The handler is called with two arguments: the signal number and the current stack frame (None or a frame object;for a description of frame objects, see the reference manual section on the standard type hierarchy or see the attribute descriptions in the
    )複数スレッドの使用が有効な場合、この関数は主スレッドからのみ呼び出すことができます; 主スレッド以外のスレッドで呼び出そうとすると、例外ValueError が送出されます。 handler は二つの引数: シグナル番号、および現在のスタックフレーム(None またはフレームオブジェクト; フレームオブジェクトについての記述はリファレンスマニュアルの標準型の階層 か、 - Python
  • A real time OS 12 for controlling an interruption handler 10 for processing an interruption and an exception handier 11 for processing an exception generated in a CPU and further for controlling tasks 14 of plural users describing the required processing is provided with a memory release position managing mechanism 13 and manages the memory block released by the task 14.
    割り込みを処理する割り込みハンドラ10と、CPU内で発生する例外を処理する例外ハンドラ11を制御し、さらに、必要な処理が記述された複数のユーザのタスク14を制御するリアルタイムOS12には、メモリ解放位置管理機構13が設けられており、タスク14によって解放されたメモリブロックを管理する。 - 特許庁
  • 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と、を含む。 - 特許庁

例文データの著作権について

  • 特許庁
    Copyright © Japan Patent office. All Rights Reserved.
  • コンピューター用語辞典
    Copyright (C) 1994- Nichigai Associates, Inc., All rights reserved.
  • 大規模オープンソース日英対訳コーパス
    この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  • Python
    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.
  • PEAR
    Copyright © 2001 - 2008 by the PEAR Documentation Group.
    This material may be distributed only subject to the terms and conditions set forth in the Open Publication License, v1.0 or later (the latest version is presently available at http://www.opencontent.org/openpub/ ).
  • NetBeans
    © 2010, Oracle Corporation and/or its affiliates.
    Oracle and Java are registered trademarks of Oracle and/or its affiliates.Other names may be trademarks of their respective owners.