org.apache.tapestry5.corelib.components
Class ExceptionDisplay

java.lang.Object
  extended by 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
NameDescriptionTypeFlagsDefaultDefault PrefixSince
exceptionException to report.ThrowableRequired, Not Nullprop

Constructor Summary
ExceptionDisplay()
           
 
Method Summary
 String getFrameClass()
           
 Object getPropertyValue()
           
 boolean getShowPropertyList()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExceptionDisplay

public ExceptionDisplay()
Method Detail

getShowPropertyList

public boolean getShowPropertyList()

getPropertyValue

public Object getPropertyValue()

getFrameClass

public String getFrameClass()


Copyright © 2003-2012 The Apache Software Foundation.