包裝器業務異常類如何理解
怎么理解BusinessException CommonError EmBusinessError這三個類之間的關系?
EmBusinessError和BusinessException都實現CommonError而且EmBusinessError中還有一個CommonError屬性感覺好亂啊
對這三個之間的關系理解有點混亂
怎么理解BusinessException CommonError EmBusinessError這三個類之間的關系?
EmBusinessError和BusinessException都實現CommonError而且EmBusinessError中還有一個CommonError屬性感覺好亂啊
對這三個之間的關系理解有點混亂
2019-02-12
舉報
2019-07-31
我也不知道
求解答
2019-02-12
定義一個BaseError基類有errMsg和errCode兩個屬性
讓BusinessException和EmBusinessError去繼承這樣行嗎