public class ExceptionReporterImpl extends Object implements ExceptionReporter
Constructor and Description |
---|
ExceptionReporterImpl() |
Modifier and Type | Method and Description |
---|---|
void |
reportException(Throwable exception)
Used to communicate to the page what exception is to be reported.
|
public ExceptionReporterImpl()
public void reportException(Throwable exception)
ExceptionReporter
reportException
in interface ExceptionReporter
exception
- runtime exception thrown during processing of the request5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.