org.apache.tapestry.util.exception
Class ExceptionProperty

java.lang.Object
  extended by org.apache.tapestry.util.exception.ExceptionProperty
All Implemented Interfaces:
Serializable

public class ExceptionProperty
extends Object
implements Serializable

Captures a name/value property pair from an exception. Part of an ExceptionDescription.

Version:
$Id: ExceptionProperty.java 243791 2004-02-19 17:38:13Z hlship $
Author:
Howard Lewis Ship
See Also:
Serialized Form

Constructor Summary
ExceptionProperty(String name, String value)
           
 
Method Summary
 String getName()
           
 String getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExceptionProperty

public ExceptionProperty(String name,
                         String value)
Method Detail

getName

public String getName()

getValue

public String getValue()