Package edu.umd.cs.findbugs.detect
Class RuntimeExceptionCapture.ExceptionCaught
- java.lang.Object
-
- edu.umd.cs.findbugs.detect.RuntimeExceptionCapture.ExceptionCaught
-
- Enclosing class:
- RuntimeExceptionCapture
private static class RuntimeExceptionCapture.ExceptionCaught extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description boolean
dead
int
endOffset
java.lang.String
exceptionClass
boolean
seen
int
sourcePC
int
startOffset
-
Constructor Summary
Constructors Constructor Description ExceptionCaught(java.lang.String exceptionClass, int startOffset, int endOffset, int sourcePC)
-