public class CatchBlock extends Object
| Modifier and Type | Field and Description |
|---|---|
Statement |
body |
ParameterExpression |
parameter |
| Constructor and Description |
|---|
CatchBlock(ParameterExpression parameter,
Statement body) |
public final ParameterExpression parameter
public final Statement body
public CatchBlock(ParameterExpression parameter, Statement body)
Copyright © 2012–2021 The Apache Software Foundation. All rights reserved.