The `getThrown` method in java.util.logging.LogRecord returns the exception (if any) that was associated with the log record. It retrieves the Throwable object that caused the log record to be generated. This method is often used to obtain additional information about an error or exception that occurred during the logging process.
Java LogRecord.getThrown - 30 examples found. These are the top rated real world Java examples of java.util.logging.LogRecord.getThrown extracted from open source projects. You can rate examples to help us improve the quality of examples.