Uses of Class
org.apache.tapestry.util.exception.ExceptionProperty

Packages that use ExceptionProperty
org.apache.tapestry.util.exception A basic framework for analyzing a reporting exceptions. 
 

Uses of ExceptionProperty in org.apache.tapestry.util.exception
 

Methods in org.apache.tapestry.util.exception that return ExceptionProperty
 ExceptionProperty[] ExceptionDescription.getProperties()
           
 

Constructors in org.apache.tapestry.util.exception with parameters of type ExceptionProperty
ExceptionDescription(java.lang.String exceptionClassName, java.lang.String message, ExceptionProperty[] properties, java.lang.String[] stackTrace)