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

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

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


Field Summary
 boolean dead
           
 int endOffset
           
 java.lang.String exceptionClass
           
 boolean seen
           
 int sourcePC
           
 int startOffset
           
 
Constructor Summary
RuntimeExceptionCapture.CaughtException(java.lang.String exceptionClass, int startOffset, int endOffset, int sourcePC)
           
 
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

startOffset

public int startOffset

endOffset

public int endOffset

sourcePC

public int sourcePC

seen

public boolean seen

dead

public boolean dead
Constructor Detail

RuntimeExceptionCapture.CaughtException

public RuntimeExceptionCapture.CaughtException(java.lang.String exceptionClass,
                                               int startOffset,
                                               int endOffset,
                                               int sourcePC)