catch
block in a try
statement.
For example:
catch ( parameter ) block
Modifier and Type | Method and Description |
---|---|
public BlockTree | |
public VariableTree |
getBlock | back to summary |
---|---|
public BlockTree getBlock() Returns the catch block.
|
getParameter | back to summary |
---|---|
public VariableTree getParameter() Returns the catch variable.
A multi-catch variable will have a
|