Exception handling syntax
http://dbpedia.org/resource/Exception_handling_syntax
예외 처리 문법은 프로그래밍 언어 간에 다양하며 부분적으로는 시맨틱 차이를 두며 크게는 각 언어의 전반적인 문법 구조에 맞춘다. 일부 언어들은 관련 개념 예외 처리를 호출하지 않지만, 다른 언어들은 이를 위해 직접적인 기능은 없어도 구현을 위한 수단을 제공하기도 한다. 대체적으로 오류 처리는 try...[catch...][finally...] 블록을 사용하며 오류들은 throw 문을 통해 생성되지만 명명 규칙과 문법에 따른 상당한 다양성이 있다.
rdf:langString
Exception handling syntax is the set of keywords and/or structures provided by a computer programming language to allow exception handling, which separates the handling of errors that arise during a program's operation from its ordinary processes. Syntax for exception handling varies between programming languages, partly to cover semantic differences but largely to fit into each language's overall syntactic structure. Some languages do not call the relevant concept "exception handling"; others may not have direct facilities for it, but can still provide means to implement it.
rdf:langString
rdf:langString
Exception handling syntax
rdf:langString
예외 처리 문법
xsd:integer
3624756
xsd:integer
1118632844
rdf:langString
Exception handling syntax is the set of keywords and/or structures provided by a computer programming language to allow exception handling, which separates the handling of errors that arise during a program's operation from its ordinary processes. Syntax for exception handling varies between programming languages, partly to cover semantic differences but largely to fit into each language's overall syntactic structure. Some languages do not call the relevant concept "exception handling"; others may not have direct facilities for it, but can still provide means to implement it. Most commonly, error handling uses a try...[catch...][finally...] block, and errors are created via a throw statement, but there is significant variation in naming and syntax.
rdf:langString
예외 처리 문법은 프로그래밍 언어 간에 다양하며 부분적으로는 시맨틱 차이를 두며 크게는 각 언어의 전반적인 문법 구조에 맞춘다. 일부 언어들은 관련 개념 예외 처리를 호출하지 않지만, 다른 언어들은 이를 위해 직접적인 기능은 없어도 구현을 위한 수단을 제공하기도 한다. 대체적으로 오류 처리는 try...[catch...][finally...] 블록을 사용하며 오류들은 throw 문을 통해 생성되지만 명명 규칙과 문법에 따른 상당한 다양성이 있다.
xsd:nonNegativeInteger
42403