Throwing
Somewhere in parseInt()
Public static parseInt(String s) throws NumberFormatException {
// . . . Code . .
throw new NumberFormatException();
// . . . More code
} // end of parseInt
Previous slide
Next slide
Back to first slide
View graphic version