Searched refs:getThrown (Results 1 – 4 of 4) sorted by relevance
153 if (record.getThrown() != null) { in format()157 record.getThrown().printStackTrace(pw); in format()
193 if (record.getThrown() != null) { in format()195 Throwable th = record.getThrown(); in format()
445 public Throwable getThrown() { in getThrown() method in LogRecord
17695 method public Throwable getThrown();