오류 메시지
unreported exception java.io.IOException; must be caught or declared to be thrown
함수 선언할 때 public void ReadBuffer(String buff) throws IOException {
throws를 추가한 경우에는 이를 호출하는 호출부에서
try & catch로 에러를 받아줘야 함.
반응형
'Language > JAVA' 카테고리의 다른 글
Unsupported major.minor version 52.0 Error in Java (ubuntu 14.04) (766) | 2016.07.18 |
---|---|
org.codehaus.plexus.classworlds.launcher.launcher 못 찾고 maven 실행 불가 (823) | 2016.02.02 |
public static 의미 (782) | 2016.01.29 |
[Intellij]com.google.common 패키지를 못 찾는 경우 (785) | 2016.01.28 |