오류 메시지

unreported exception java.io.IOException; must be caught or declared to be thrown



참고: http://stackoverflow.com/questions/8707906/unreported-exception-java-io-ioexception-must-be-caught-or-declared-to-be-throw



함수 선언할 때 public void ReadBuffer(String buff) throws IOException {


throws를 추가한 경우에는 이를 호출하는 호출부에서 

try & catch로 에러를 받아줘야 함.

반응형

+ Recent posts