org.apache.tapestry5.corelib.components
Class ExceptionDisplay
java.lang.Object
org.apache.tapestry5.corelib.components.ExceptionDisplay
@Import(library="exceptiondisplay.js")
public class ExceptionDisplay
- extends Object
Integral part of the default ExceptionReport
page used to break apart and
display the properties of the exception.
- See Also:
ExceptionAnalyzer
Component Parameters |
---|
Name | Description | Type | Flags | Default | Default Prefix | Since |
---|
exception | Exception to report. | Throwable | Required, Not Null | | prop | |
---|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExceptionDisplay
public ExceptionDisplay()
getShowPropertyList
public boolean getShowPropertyList()
getPropertyValue
public Object getPropertyValue()
getFrameClass
public String getFrameClass()
Copyright © 2003-2012 The Apache Software Foundation.