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 |
Tags
- Data Annotation
- @Builder @NoArgsConstructor
- 도커 컨테이너 로그
- NoArgsConstructor
- JpaRepository update
- Spring JPA Specification
- vueslot
- Spring
- 자바버그수정
- Vue
- spring @mapper
- spring DB Connection
- repository annotation
- JPA DB 다중 Connection
- docker 로그
- vuecomponent
- doker logs tail
- Transactions Propagation Option
- spring mapper
- 도커 logs
- spring JPA DB multi Connection
- AllArgsConstructor
- spring mapper annotation
- JPA DB Connection 다중
- 도커 로그 확인
- spring repository
- spring JPA DB Connection
- JAVA Exception 종류
- mapper annotationo
- CrudRepository update
Archives
- Today
- Total
목록java exception (1)
개발을 잘하고 싶은 개발자
[Java] 널리 재사용되는 예외들 JAVA Exception 종류
표준 예외를 알아보자 출처 : Clean Code 예외 경우 IIlegalArgumentException Null 이 아닌인자의 값이 잘못되었을 때 IIlegalSateException 객체 상태가 메서드 호출을 처리하기에 적절치 않을 때 NullPointException null 값을 받으면 안 되는 인자에 null이 전달되었을 때 IndexOutOfBoundsException 인자로 주어진 첨자가 허용 범위를벗어났을때 ConcurrentModicationException 병렬 사용이 금지된 객체에대한 병렬 접근이 탐지되었을 때 UnsupportedOperationException 객체가 해당 메서드를 지원하지 않을 때 ... .... 등등 매우 많다... 하지만 경우에 따라 표준 예외를 출력해 사용할..
Backend/Java
2021. 8. 12. 01:48