edu.umd.cs.findbugs.detect
Class RuntimeExceptionCapture.ThrownException

java.lang.Object
  extended by edu.umd.cs.findbugs.detect.RuntimeExceptionCapture.ThrownException
Enclosing class:
RuntimeExceptionCapture

private static class RuntimeExceptionCapture.ThrownException
extends java.lang.Object


Field Summary
 java.lang.String exceptionClass
           
 int offset
           
 
Constructor Summary
RuntimeExceptionCapture.ThrownException(java.lang.String exceptionClass, int offset)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

exceptionClass

public java.lang.String exceptionClass

offset

public int offset
Constructor Detail

RuntimeExceptionCapture.ThrownException

public RuntimeExceptionCapture.ThrownException(java.lang.String exceptionClass,
                                               int offset)