Save This Page
Home » tapestry-src-5.0.19 » org.apache.tapestry5.corelib.pages » [javadoc | source]
org.apache.tapestry5.corelib.pages
public class: ExceptionReport [javadoc | source]
java.lang.Object
   org.apache.tapestry5.corelib.pages.ExceptionReport

All Implemented Interfaces:
    ExceptionReporter

Responsible for reporting runtime exceptions. This page is quite verbose and is usually overridden in a production application. When org.apache.tapestry5.SymbolConstants#PRODUCTION_MODE is "true", it is very abbreviated.
Method from org.apache.tapestry5.corelib.pages.ExceptionReport Summary:
getAttributeValue,   getComplexPropertyValue,   getHasSession,   getPropertyValue,   getSession,   getSystemProperties,   isSimpleProperty,   reportException
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.tapestry5.corelib.pages.ExceptionReport Detail:
 public Object getAttributeValue() 
 public String[] getComplexPropertyValue() 
 public boolean getHasSession() 
 public String getPropertyValue() 
 public Session getSession() 
 public List<String> getSystemProperties() 
    Returns a sorted list of system property names.
 public boolean isSimpleProperty() 
 public  void reportException(Throwable exception)