본문 바로가기
카테고리 없음

user exception 처리

by 달남 2020. 5. 14.

public IDataSet funcA ( ) throws Exception{
if(1){
throw new UserExcetion("에러코드01",new String[]{"에러내용"});
}

retrun dataset;
}

댓글