AllyHyeseongKim / CAU49148_SoftwareProject

This is for the study and assignment of the course No.49148(2019-1).
1 stars 0 forks source link

Printing error msg format #8

Open boohyunsik opened 5 years ago

boohyunsik commented 5 years ago

https://github.com/AllyHyeseongKim/softwareProjectJava/blob/1f44741f31ca7a8d9cc9fdee9200a1887f43399d/project3/FriendListFile.java#L41

catch (Exception e) {
            // print error message
            System.out.println(e.getMessage());
            return null;
        }

요렇게 에러메세지 출력하는거얌