Class RuntimeExceptionCapture.ExceptionCaught

java.lang.Object
edu.umd.cs.findbugs.detect.RuntimeExceptionCapture.ExceptionCaught
Enclosing class:
RuntimeExceptionCapture

private static class RuntimeExceptionCapture.ExceptionCaught extends Object
  • Field Details

    • exceptionClass

      public String exceptionClass
    • startOffset

      public int startOffset
    • endOffset

      public int endOffset
    • sourcePC

      public int sourcePC
    • seen

      public boolean seen
    • dead

      public boolean dead
  • Constructor Details

    • ExceptionCaught

      public ExceptionCaught(String exceptionClass, int startOffset, int endOffset, int sourcePC)