Package com.mebigfatguy.fbcontrib.detect
Class ExceptionSoftening.CatchInfo
java.lang.Object
com.mebigfatguy.fbcontrib.detect.ExceptionSoftening.CatchInfo
- Enclosing class:
ExceptionSoftening
holds information about a catch block the start and end pcs, as well as the
exception signature. you can't always determine the end of a catch block, and
in this case the value will be Integer.MAX_VALUE
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
catchStart
private final int catchStart -
catchFinish
private int catchFinish -
catchSignature
-
-
Constructor Details
-
CatchInfo
-
-
Method Details