Notice
Recent Posts
Recent Comments
Link
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | 2 | 3 | 4 | 5 | 6 | |
| 7 | 8 | 9 | 10 | 11 | 12 | 13 |
| 14 | 15 | 16 | 17 | 18 | 19 | 20 |
| 21 | 22 | 23 | 24 | 25 | 26 | 27 |
| 28 | 29 | 30 | 31 |
Tags
- Java
- table
- Python
- SQL
- IntelliJ
- Kotlin
- Eclipse
- NPM
- GIT
- xPlatform
- SSL
- mapreduce
- Sqoop
- plugin
- es6
- react
- 보조정렬
- MSSQL
- Android
- Express
- Spring
- vaadin
- 공정능력
- mybatis
- JavaScript
- hadoop
- R
- SPC
- window
- tomcat
Archives
- Today
- Total
DBILITY
java 7 multiple exception catch 본문
반응형
java 7부터 catch block에 pipe를 통한 muitiple exception catch가 가능합니다.
....
} catch ( IOException|SQLException ex ) {
logger.log(ex);
throw ex;
}
http://docs.oracle.com/javase/7/docs/technotes/guides/language/catch-multiple.html
반응형
'java' 카테고리의 다른 글
| java substring usage (0) | 2022.08.25 |
|---|---|
| java.security.cert.CertificationException : No subject alternative DNS name matching "xxx" found (0) | 2022.08.11 |
Comments
