Главная страница
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.015 c
1-72706
pirat
2004-01-12 10:19
2004.01.23
установка своего скринсейвера как текущего


3-72677
IgoX
2003-12-25 13:53
2004.01.23
DBGrid & PickList


14-72891
Joker
2004-01-02 23:30
2004.01.23
Какой винчестер лучше?


6-72853
Stas1
2003-11-20 15:54
2004.01.23
Post


1-72827
MVova
2004-01-13 15:41
2004.01.23
TADOConnection и TThread