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
.
- 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,
Object value)
getName
public String getName()
getValue
public Object getValue()
Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.