try' without 'catch' or 'finally'
March 9th, 2009
Applies to:
NA
Description:
A try block does not contain a catch block
Cause:
The try block is omitted.
Applies to:
NA
Description:
A try block does not contain a catch block
Cause:
The try block is omitted.
JAVA-Compiler "try without catch or finally" java, java "'try' without 'catch' or 'finally'", lrm-00118: syntax error at '=' at the end of input
Include a catch block for each try block in your program.