com.primix.tapestry.util.exception
Class ExceptionProperty

java.lang.Object
  |
  +--com.primix.tapestry.util.exception.ExceptionProperty
All Implemented Interfaces:
java.io.Serializable

public class ExceptionProperty
extends java.lang.Object
implements java.io.Serializable

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

Version:
$Id: ExceptionProperty.java,v 1.4 2001/05/02 14:15:17 hship Exp $
Author:
Howard Ship
See Also:
Serialized Form

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

getName

public java.lang.String getName()

getValue

public java.lang.String getValue()