Class ExceptionDisplay
-
- org.apache.tapestry5.corelib.components.ExceptionDisplay
-
@Import(stylesheet="ExceptionDisplay.css", module="t5/core/exception-display") public class ExceptionDisplay extends
Integral part of the defaultExceptionReport
page used to break apart and display the properties of the exception.- See Also:
ExceptionAnalyzer
Component Parameters Name Type Flags Default Default Prefix exception Throwable Required, Not Null prop Exception to report.
-
-
Constructor Summary
Constructors Constructor Description ExceptionDisplay()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description getFrameClass()
getFrameClassName()
getFramePackageName()
getLineNumberForFrame()
getPropertyValue()
-
-
-
Constructor Detail
-
ExceptionDisplay
public ExceptionDisplay()
-
-
Method Detail
-
getPropertyValue
public getPropertyValue()
-
getFrameClass
public getFrameClass()
-
getLineNumberForFrame
public getLineNumberForFrame()
-
getFramePackageName
public getFramePackageName()
-
getFrameClassName
public getFrameClassName()
-
-