Otro nuevo feature de Java 7 parece ser el multi catch statement donde finalmente se avivaron y podremos hacer algo asi..
} catch (Exception1, Exception2 ex) {
throw ex;
}
Otro nuevo feature de Java 7 parece ser el multi catch statement donde finalmente se avivaron y podremos hacer algo asi..
} catch (Exception1, Exception2 ex) {
throw ex;
}
Tags: java