Class ExceptionReport

java.lang.Object
org.apache.tapestry5.corelib.base.AbstractInternalPage
org.apache.tapestry5.corelib.pages.ExceptionReport
All Implemented Interfaces:
ExceptionReporter

@UnknownActivationContextCheck(false) @ContentType("text/html") @Import(stylesheet="ExceptionReport.css") public class ExceptionReport extends AbstractInternalPage implements ExceptionReporter
Responsible for reporting runtime exceptions. This page is quite verbose and is usually overridden in a production application. When TapestryHttpSymbolConstants.PRODUCTION_MODE is "true", it is very abbreviated.
See Also: