Package com.mebigfatguy.fbcontrib.detect
Class LostExceptionStackTrace.CatchInfo
- java.lang.Object
-
- com.mebigfatguy.fbcontrib.detect.LostExceptionStackTrace.CatchInfo
-
- Enclosing class:
- LostExceptionStackTrace
private static class LostExceptionStackTrace.CatchInfo extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private int
catchFinish
private int
catchStart
private int
exReg
-
Constructor Summary
Constructors Constructor Description CatchInfo(int start, int finish)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getFinish()
int
getRegister()
int
getStart()
void
setFinish(int finish)
void
setReg(int reg)
java.lang.String
toString()
-