Package edu.umd.cs.findbugs.detect
Class RuntimeExceptionCapture.ExceptionCaught
java.lang.Object
edu.umd.cs.findbugs.detect.RuntimeExceptionCapture.ExceptionCaught
- Enclosing class:
RuntimeExceptionCapture
-
Field Summary
FieldsModifier and TypeFieldDescriptionboolean
int
boolean
int
int
-
Constructor Summary
ConstructorsConstructorDescriptionExceptionCaught
(String exceptionClass, int startOffset, int endOffset, int sourcePC) -
Method Summary
-
Field Details
-
exceptionClass
-
startOffset
public int startOffset -
endOffset
public int endOffset -
sourcePC
public int sourcePC -
seen
public boolean seen -
dead
public boolean dead
-
-
Constructor Details
-
ExceptionCaught
-