Class 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)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • offset

        public int offset
    • Constructor Detail

      • ExceptionThrown

        public ExceptionThrown​(@DottedClassName
                               java.lang.String exceptionClass,
                               int offset)