-
1 exception handler
часть кода (процедура), автоматически вызываемая для обработки конкретной ошибочной ситуации (exception), возникшей при исполнении программы. Если после обработки исключения программа может продолжить исполнение, то оно продолжается. Если в программе нет обработчика исключений, то вызывается обработчик, встроенный в системное ПО.The hardware also handles the saving of the state of the CPU and restoration of this state after the exception handler has completed. — Аппаратура производит также сохранение состояния ЦП и восстановление этого состояния после завершения работы обработчика исключений.
Syn:Англо-русский толковый словарь терминов и сокращений по ВТ, Интернету и программированию. > exception handler
-
2 exception handler
-
3 exception handler
interrupt handler — программа обработки прерываний; обработчик прерываний
English-Russian dictionary of Information technology > exception handler
-
4 exception handler
Большой англо-русский и русско-английский словарь > exception handler
-
5 exception handler
обработчик исключительных ситуаций, см. exceptionEnglish-Russian dictionary of computer science and programming > exception handler
-
6 exception handler
программа реакции на особую ситуацию, обработчик особой ситуацииАнгло-русский словарь технических терминов > exception handler
-
7 exception handler
2) Вычислительная техника: обработчик исключительной ситуации, обработчик особых ситуаций3) Программирование: обработчик исключения (коды, предназначенные (догадались?) для обработки исключений) -
8 exception handler
-
9 exception handler
The New English-Russian Dictionary of Radio-electronics > exception handler
-
10 exception handler
English-Russian dictionary of mechanical engineering and automation > exception handler
-
11 exception handler
• upravljač izuzeća -
12 exception handler
• poikkeusten käsittelijä -
13 exception handler
exceptiecodeuitzonderingsbehandelaar -
14 exception handler
procedura obsługi wyjątku -
15 exception handler
procedura obsługi wyjątkuEnglish-Polish dictionary of Electronics and Computer Science > exception handler
-
16 exception handler
-
17 exception handler
Англо-русский словарь компьютерных и интернет терминов > exception handler
-
18 exception handler
-
19 exception handler
nCOMP&DP gestor de excepciones m, manipulador de excepciones m -
20 exception handler
English-Russian dictionary of terms that are used in computer games > exception handler
См. также в других словарях:
Exception handling — is a programming language construct or computer hardware mechanism designed to handle the occurrence of exceptions, special conditions that change the normal flow of program execution. Programming languages differ considerably in their support… … Wikipedia
Exception handling syntax — varies between programming languages to accommodate their overall syntax. Some languages don t call the concept exception handling or they may not have direct facilities for it, but they can still provide means for implementing it. Catalogue of… … Wikipedia
Exception — Klassifizierung verschiedener Ausnahmesituationen Eine Ausnahme oder Ausnahmesituation (engl. exception) bezeichnet in der Computertechnik ein Verfahren, Informationen über bestimmte Programmzustände – meistens Fehlerzustände – an andere… … Deutsch Wikipedia
Microsoft-specific exception handling mechanisms — Microsoft Windows OS family employs some exception handling mechanisms that are based on the operation system specifics. Contents 1 Structured Exception Handling 1.1 Usage 1.2 Implementation 1.3 … Wikipedia
first-chance exception — noun An exception (error condition) when handled by a debugger, such that the programmer has the first chance to study it; such an exception would otherwise proceed to a handler or (in its absence) crash the program. At this stage, the exception… … Wiktionary
Signal (computing) — A signal is a limited form of inter process communication used in Unix, Unix like, and other POSIX compliant operating systems. Essentially it is an asynchronous notification sent to a process in order to notify it of an event that occurred. When … Wikipedia
Quark Framework — CAL Paradigm(s) functional, non strict, modular Appeared in 2004 Designed by Luke Evans, Bo Ilic (Business Objects) Typing discipline static, strong … Wikipedia
Java keywords — The following are brief definitions of the keywords for the Java programming language. Most IDEs use syntax highlighting to display keywords in a different color for easy identification.;abstract:Used in a class declaration to specify that a… … Wikipedia
Triple fault — A triple fault is a special kind of exception generated by the CPU when an exception occurs while the CPU is trying to invoke the double fault exception handler, which itself handles exceptions occurring while trying to invoke a regular exception … Wikipedia
Buffer overflow — In computer security and programming, a buffer overflow, or buffer overrun, is an anomalous condition where a process attempts to store data beyond the boundaries of a fixed length buffer. The result is that the extra data overwrites adjacent… … Wikipedia
Windows API — The Windows API, informally WinAPI, is Microsoft s core set of application programming interfaces (APIs) available in the Microsoft Windows operating systems. It was formerly called the Win32 API; however, the name Windows API more accurately… … Wikipedia