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