public class JTryBlock extends Object implements IJStatement
| Modifier | Constructor and Description |
|---|---|
protected |
JTryBlock() |
| Modifier and Type | Method and Description |
|---|---|
JCatchBlock |
_catch(AbstractJClass exception) |
JBlock |
_finally() |
JBlock |
body() |
List<JCatchBlock> |
catches() |
void |
state(JFormatter f) |
@Nonnull public JCatchBlock _catch(@Nonnull AbstractJClass exception)
@Nonnull public List<JCatchBlock> catches()
public void state(@Nonnull JFormatter f)
state in interface IJStatementCopyright © 2013–2015 Philip Helger. All rights reserved.