URLEncoder.encode()함수를 썼다. 자꾸 unreported exception UnsupportedEncodingException; must be caught or declared to be thrown 이런 에러를 발생시킴. 검색해보니 try-catch구문으로 감싸라는 충고가 있었음.
try-catch구문으로 감싸주니 에러를 발생시키지도 않고 잘 돌아감.. 단순히 try-catch구문으로 감싸지 안아서 발생한 일인듯..
'코딩 > Java, SpringBoot' 카테고리의 다른 글
[JAVA]파일을 찾을 수 없습니다. (0) | 2020.11.01 |
---|---|
[Java] the variable can only be null at this location(NullPointerException의 한 종류) (0) | 2020.07.19 |
[Java] php의 var_dump()같은 함수 없나? (0) | 2020.07.18 |
[JAVA]variable is already defined in method main (0) | 2020.07.18 |
에러처리 (0) | 2020.06.26 |