4546474849505152535455
// NOTE: intentional } try { final ExceptionTracer delegate = this.getDelegateSafe (); if (delegate != null) delegate.trace (resolution, exception); } catch (final Throwable exception1) { // NOTE: intentional } }
6263646566676869707172
// NOTE: intentional } try { final ExceptionTracer delegate = this.getDelegateSafe (); if (delegate != null) delegate.trace (resolution, exception, message); } catch (final Throwable exception1) { // NOTE: intentional } }
7980818283848586878889
// NOTE: intentional } try { final ExceptionTracer delegate = this.getDelegateSafe (); if (delegate != null) delegate.trace (resolution, exception, format, tokens); } catch (final Throwable exception1) { // NOTE: intentional } }