Class RuntimeExceptionCapture.ExceptionCaught

  • Enclosing class:
    RuntimeExceptionCapture

    private static class RuntimeExceptionCapture.ExceptionCaught
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ExceptionCaught​(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

      • ExceptionCaught

        public ExceptionCaught​(java.lang.String exceptionClass,
                               int startOffset,
                               int endOffset,
                               int sourcePC)