Главная страница
Top.Mail.Ru    Яндекс.Метрика
Текущий архив: 2004.01.23;
Скачать: CL | DM;

Вниз

try finally   Найти похожие ветки 

 
Sandman25 ©   (2004-01-12 11:48) [0]

Доброе время суток.

Читаю Object Pascal Language Guide:
If an exception is raised but not handled in the finally clause, that exception is propagated out of the try...finally statement, and any exception already raised in the try clause is lost. The finally clause should therefore handle all locally raised exceptions, so as not to disturb propagation of other exceptions.

Значит ли это, что рекомендуют писать
try
...
finally
try
...
except
end;
end;
???
Но ведь сами же раньше пишут:
Exceptions provide an elegant way to trap runtime errors without halting the program and without awkward conditional statements. The complexity of Object Pascal’s exception-handling mechanism, however, makes it inefficient, and it should therefore be used judiciously. While it is possible to raise exceptions for almost any reason, and to protect almost any block of code by wrapping it in a try...except or try...finally statement, in practice these tools are best reserved for special situations.

Чему верить?


 
Anatoly Podgoretsky ©   (2004-01-12 11:55) [1]

Все правильно написано


 
Sandman25 ©   (2004-01-12 12:01) [2]

[1] Anatoly Podgoretsky © (12.01.04 11:55)

То есть все-таки The finally clause should therefore handle all locally raised exceptions не нужно понимать буквально, а смотреть по ситуации? Понятно. Спасибо.



Страницы: 1 вся ветка

Текущий архив: 2004.01.23;
Скачать: CL | DM;

Наверх




Память: 0.47 MB
Время: 0.022 c
1-72828
msgipss
2004-01-12 10:07
2004.01.23
перекрестная инициализация объектов


14-72921
Golon
2003-12-31 19:54
2004.01.23
Убить Билла


1-72805
Димон
2004-01-13 18:00
2004.01.23
печать текста с разбиением на страницы


11-72694
Igit
2003-05-09 13:45
2004.01.23
ChangeDisplaySettings не работает...


3-72656
Kein
2003-12-24 19:41
2004.01.23
DBGrid