Class ExceptionDisplay
- java.lang.Object
-
- org.apache.tapestry5.corelib.components.ExceptionDisplay
-
@Import(stylesheet="ExceptionDisplay.css", module="t5/core/exception-display") public class ExceptionDisplay extends Object
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 String
getFrameClass()
String
getFrameClassName()
String
getFramePackageName()
Object
getLineNumberForFrame()
Object
getPropertyValue()
-
-
-
Constructor Detail
-
ExceptionDisplay
public ExceptionDisplay()
-
-
Method Detail
-
getPropertyValue
public Object getPropertyValue()
-
getFrameClass
public String getFrameClass()
-
getLineNumberForFrame
public Object getLineNumberForFrame()
-
getFramePackageName
public String getFramePackageName()
-
getFrameClassName
public String getFrameClassName()
-
-