public interface ExceptionReporter
ExceptionReport
page, and stores this file on the file system.
Exception report files are stored beneath a root directory, with intermediate folders for the day (e.g., "2014-06-02"), hour, and minute.
Directories are created as necessary; however, there is nothing in place to delete these exceptions reports.Modifier and Type | Method and Description |
---|---|
void |
reportException(Throwable exception)
Used to communicate to the page what exception is to be reported.
|
void reportException(Throwable exception)
exception
- runtime exception thrown during processing of the request5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.