Class ExceptionReporterImpl
- java.lang.Object
-
- org.apache.tapestry5.internal.services.exceptions.ExceptionReporterImpl
-
- All Implemented Interfaces:
ExceptionReporter
public class ExceptionReporterImpl extends Object implements ExceptionReporter
-
-
Constructor Summary
Constructors Constructor Description ExceptionReporterImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
reportException(Throwable exception)
Used to communicate to the page what exception is to be reported.
-
-
-
Constructor Detail
-
ExceptionReporterImpl
public ExceptionReporterImpl()
-
-
Method Detail
-
reportException
public void reportException(Throwable exception)
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
-
-