재밌고 어려운 IT를 이해해보자~!
NullPointerException 본문
Cannot invoke "model.BoardDTO.getSearchCondition()" because "bDTO" is null
새로만든 객체 bDTO에게 setSearchCondition(null) 을 부여했더니 getSearchCondtion()이 불가능했다.
따라서 setSearchCondition("전체출력") 으로 수정!
모든 글 출력이 잘된다 :D
'JAVA Error Solution' 카테고리의 다른 글
java.lang.IllegalStateException: Scanner closed (0) | 2024.01.01 |
---|---|
SQLException ORA-12519, TNS:no appropriate service handler found (0) | 2023.12.22 |
NullPointerException (0) | 2023.12.12 |
IndexOutOfBoundsException (0) | 2023.12.10 |
NoSuchElementException (0) | 2023.12.10 |
Comments