public class CatchBlock extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
Statement |
body |
ParameterExpression |
parameter |
| 构造器和说明 |
|---|
CatchBlock(ParameterExpression parameter,
Statement body) |
public final ParameterExpression parameter
public final Statement body
public CatchBlock(ParameterExpression parameter, Statement body)
Copyright © 2012-2020 Apache Software Foundation. All Rights Reserved.