看到一个让我~!@#$%^&*的code# Java - 爪哇娇娃
b*y
1 楼
methodA {
...
...
try {
...
} catch (Exception e) {
handleError(e, context);
}
}
handleError(Exception e, ...) {
if (e instanceof ExceptionA) {
...
} else if (e instance of ExceptionB) {
...
...
} else if (e instance of ExceptionZZZ) {
...
}
}
彻底无话可说。。。
...
...
try {
...
} catch (Exception e) {
handleError(e, context);
}
}
handleError(Exception e, ...) {
if (e instanceof ExceptionA) {
...
} else if (e instance of ExceptionB) {
...
...
} else if (e instance of ExceptionZZZ) {
...
}
}
彻底无话可说。。。