JavaBookStudy / JavaBook

책읽기 스터디
https://javabookstudy.github.io/
Apache License 2.0
19 stars 2 forks source link

[Effective Java] Item 74. Javadoc의 @throw #43

Closed jth2747 closed 3 years ago

jth2747 commented 3 years ago

메소드에서 catch 되는 예외에 대한 기술이 아닌 throw 되는 예외에 대한 처리를 기술하는 태그입니다.