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