<<< The printStackTrace( ) - standard output stream | Index | multi-catch block, cont. >>> |
The syntax of the multi-catch block
catch ( ExceptionType1 | ExceptionType2 | ExceptionType3 ex ) { //... }
<<< The printStackTrace( ) - standard output stream | Index | multi-catch block, cont. >>> |