Glossary entry

English term or phrase:

try-catch-finally

Polish translation:

try-catch-finally

    The asker opted for community grading. The question was closed on 2020-10-30 14:54:13 based on peer agreement (or, if there were too few peer comments, asker preference.)
Oct 26, 2020 16:37
3 yrs ago
10 viewers *
English term

try-catch-finally

English to Polish Tech/Engineering Computers: Software
The error handling is based on encapsulated TRY-CATCH-FINALLY code and custom exceptions. Messages are encapsulated into the exception using inner exception to improve the quality code.
Proposed translations (Polish)
3 +2 try-catch-finally

Proposed translations

+2
1 hr
Selected

try-catch-finally

Widocznie nie ma polskiego tłumaczenia.

--------------------------------------------------
Note added at 1 hr (2020-10-26 18:25:44 GMT)
--------------------------------------------------

Napisz blok try-catch-finally w pierwszej kolejności w funkcji która może zwrócić wyjątek.
http://krzysztofjelonek.net/obsluga-wyjatkow-najlepsze-prakt...

W bloku try umieszczamy kod, który w wyniki swojego działania może rzucić wyjątek. Wyjątek ten „łapiemy” w bloku catch, a następnie dowolnie go obsługujemy. W bloku finally, umieszczamy instrukcje, które mają się wykonać niezależnie od tego, czy wyjątek został złapany czy też nie. Jeśli pominiemy blok catch, wtedy blok finally jest wymagany (w przeciwnym przypadku jest on opcjonalny).
https://strefakodera.pl/programowanie/elementarz-java/elemen...

Wyjątki łapiemy (obsługujemy) za pomocą mechanizmu try..catch..finally
https://kursjava.com/wyjatki/podsumowanie/

--------------------------------------------------
Note added at 1 hr (2020-10-26 18:28:00 GMT)
--------------------------------------------------

cccccccccccccccccccccccccc
Napisz kod, w którym używasz wyjątków i zaimplementuj kod obsługi wyjątków (try, catch, finally) oraz zadeklaruj metody i metody przysłaniające, które rzucają wyjątki.
https://dokumen.pub/java-przygotowanie-do-certyfikacji-ocpjp...
Peer comment(s):

agree Andrzej Wijas : Nie tłumaczone w produktach Microsoftu: https://www.microsoft.com/en-us/language/Search?&searchTerm=...
6 hrs
Dziękuję Andrzeju.
agree Piotr Kresak : Nie może być tłumaczone, bo te słowa są częścią składni i inaczej kod by nie działał
11 hrs
Dziękuję Piotrze.
Something went wrong...
4 KudoZ points awarded for this answer. Comment: "Selected automatically based on peer agreement."

Reference comments

1 hr
Reference:

A common usage of catch and finally together is to obtain and use resources in a try block, deal with exceptional circumstances in a catch block, and release the resources in the finally block.

For more information and examples on re-throwing exceptions, see try-catch and Throwing Exceptions. For more information about the finally block, see try-finally.

https://docs.microsoft.com/en-us/dotnet/csharp/language-refe...
Something went wrong...
Term search
  • All of ProZ.com
  • Term search
  • Jobs
  • Forums
  • Multiple search