Searched refs:getThrown (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/classes/java/util/logging/
H A DSimpleFormatter.java95 * the {@linkplain LogRecord#getThrown throwable}
153 if (record.getThrown() != null) {
157 record.getThrown().printStackTrace(pw);
H A DXMLFormatter.java188 if (record.getThrown() != null) {
190 Throwable th = record.getThrown();
H A DLogRecord.java443 public Throwable getThrown() { method in class:LogRecord
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXAWTFormatter.java136 if (record.getThrown() != null) {
140 record.getThrown().printStackTrace(pw);
/openjdk7/jdk/test/java/util/logging/
H A DLoggerSubclass.java63 equal(l.getThrown(), null);

Completed in 56 milliseconds