Class ExceptionReporterImpl
java.lang.Object
org.apache.tapestry5.internal.services.exceptions.ExceptionReporterImpl
- All Implemented Interfaces:
ExceptionReporter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
reportException
(Throwable exception) Used to communicate to the page what exception is to be reported.
-
Constructor Details
-
ExceptionReporterImpl
public ExceptionReporterImpl()
-
-
Method Details
-
reportException
Description copied from interface:ExceptionReporter
Used to communicate to the page what exception is to be reported.- Specified by:
reportException
in interfaceExceptionReporter
- Parameters:
exception
- runtime exception thrown during processing of the request
-