본문 바로가기

코딩/Java, SpringBoot

[Java ]error: unreported exception UnsupportedEncodingException; must be caught or declared to be thrown

URLEncoder.encode()함수를 썼다. 자꾸 unreported exception UnsupportedEncodingException; must be caught or declared to be thrown 이런 에러를 발생시킴. 검색해보니 try-catch구문으로 감싸라는 충고가 있었음.

try-catch구문으로 감싸주니 에러를 발생시키지도 않고 잘 돌아감.. 단순히 try-catch구문으로 감싸지 안아서 발생한 일인듯..