오류 로그 출력

main
이범준 1 year ago
parent 6c85dbc6ed
commit f31bdf8007

@ -191,6 +191,7 @@ public class CrdnCvlcptServiceBean extends AbstractServiceBean implements CrdnCv
} else if(linkTblNm.equals("TB_SAEOL")) { } else if(linkTblNm.equals("TB_SAEOL")) {
fileQuery.setInfoType("020"); fileQuery.setInfoType("020");
} else { } else {
System.out.println("연계테이블명없음");
throw new RuntimeException("한글 파일 출력 중 오류가 발생하였습니다."); throw new RuntimeException("한글 파일 출력 중 오류가 발생하였습니다.");
} }
@ -232,7 +233,7 @@ public class CrdnCvlcptServiceBean extends AbstractServiceBean implements CrdnCv
return result; return result;
} catch (Exception e) { } catch (Exception e) {
e.printStackTrace();
throw new RuntimeException("한글 파일 출력 중 오류가 발생하였습니다."); throw new RuntimeException("한글 파일 출력 중 오류가 발생하였습니다.");
} }

Loading…
Cancel
Save