본문 바로가기
Programming Language/Java

NullPointerException while using a setter on fragment

by 뒹굴거리는프로도 2018. 3. 9.
반응형

https://stackoverflow.com/questions/27371615/nullpointerexception-while-using-a-setter-on-fragment



이 부분에서 자꾸 에러가 났음.

1
otdpotFileVO.setDAY_ATCH_FILE_ID(atchFileId);
cs

VO를 사용할 때 NEW를 안해주고 사용해서 그럼.

처음에는 = null; 로 했었음 

1
OtdpotFileVO otdpotFileVO = new OtdpotFileVO();
cs



반응형