Package edu.umd.cs.findbugs.detect
Class RuntimeExceptionCapture.ExceptionThrown
- java.lang.Object
-
- edu.umd.cs.findbugs.detect.RuntimeExceptionCapture.ExceptionThrown
-
- Enclosing class:
- RuntimeExceptionCapture
private static class RuntimeExceptionCapture.ExceptionThrown extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.String
exceptionClass
int
offset
-
Constructor Summary
Constructors Constructor Description ExceptionThrown(java.lang.String exceptionClass, int offset)
-
-
-
Field Detail
-
exceptionClass
@DottedClassName public java.lang.String exceptionClass
-
offset
public int offset
-
-
Constructor Detail
-
ExceptionThrown
public ExceptionThrown(@DottedClassName java.lang.String exceptionClass, int offset)
-
-