org.apache.tapestry.util.exception
Class ExceptionProperty
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExceptionProperty
public ExceptionProperty(String name,
String value)
getName
public String getName()
getValue
public String getValue()