We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
try and catch, throw try문에서 예외처리로 throw를 하면 해당 조건에 부합하는 catch로 잡는다. 부합하는 catch가 없다면 비정상 종료한다. catch(...)는 switch statement의 default와 동일한 역할을 한다.