public static class ControlFlow.Catcher extends Object
Modifier and Type | Method | Description |
---|---|---|
ControlFlow.Block |
block() |
Returns the first block of the catch clause.
|
String |
type() |
Returns the name of the exception type that
this catch clause catches.
|
public ControlFlow.Block block()
public String type()
Copyright © 2018 Shigeru Chiba, www.javassist.org. All rights reserved.