Projects/Projects 오류 해결

llegalArgumentException 잘못된 인수 예외

purple 2022. 5. 13. 11:30

 

 

RestControllerExceptionAdvice - org.mybatis.spring.MyBatisSystemException: Cause: java.lang.IllegalArgumentException

 

 

ava.lang.IllegalArgumentException : 잘못된 인수 예외 

 

 

 

ExceptionHandlerExceptionResolver - Resolved [org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.reflection.ReflectionException: Error instantiating class kr.youfriend.swing.flex.dto.MemberDTO with invalid types (int,String,char,String,String,String,String,String,Timestamp,Timestamp,int,char,char,char,char,char)

 

MemberDTO with invalid types : 타입이 맞지 않음을 알 수 있다. 

 

 

 

char 가 null을 받아주지 못하는 것

 

 

로 변경하여 null값을 받아줌으로써 해결 완료