private static class ExceptionSoftening.CatchInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private int |
catchFinish |
private java.lang.String |
catchSignature |
private int |
catchStart |
Constructor and Description |
---|
CatchInfo(int start,
int finish,
java.lang.String signature) |
Modifier and Type | Method and Description |
---|---|
int |
getFinish() |
java.lang.String |
getSignature() |
int |
getStart() |
void |
setFinish(int finish) |
java.lang.String |
toString() |
Copyright © 2005-2018 MeBigFatGuy.com. All Rights Reserved.