Class ControlFlow.Catcher
java.lang.Object
javassist.bytecode.analysis.ControlFlow.Catcher
- Enclosing class:
ControlFlow
Represents a catch clause.
- Since:
- 3.16
- Author:
- Shigeru Chiba
-
Method Details
-
block
Returns the first block of the catch clause. -
type
Returns the name of the exception type that this catch clause catches.
-