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.

Author:
Howard Lewis Ship
See Also:
Serialized Form

Constructor Summary
ExceptionProperty(String name, Object value)
           
 
Method Summary
 String getName()
           
 Object 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,
                         Object value)
Method Detail

getName

public String getName()

getValue

public Object getValue()


Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.