org.scopemvc.view.servlet
Class ValidationFailure

java.lang.Object
  |
  +--org.scopemvc.view.servlet.ValidationFailure

public class ValidationFailure
extends java.lang.Object

Object to describe a failure to populate a model property with a certain value.

Version:
$Revision: 1.4 $ $Date: 2002/09/05 15:41:50 $
Author:
Steve Meyfroidt
See Also:
ScopeServlet

Constructor Summary
ValidationFailure(java.lang.String inProperty, java.lang.String inValue, java.lang.Exception inException)
          Constructor for the ValidationFailure object
 
Method Summary
 java.lang.Exception getException()
          Gets the exception
 java.lang.String getProperty()
          Gets the property
 java.lang.String getValue()
          Gets the value
 java.lang.String toString()
          TODO: document the method
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ValidationFailure

public ValidationFailure(java.lang.String inProperty,
                         java.lang.String inValue,
                         java.lang.Exception inException)
Constructor for the ValidationFailure object

Parameters:
inProperty - TODO: Describe the Parameter
inValue - TODO: Describe the Parameter
inException - TODO: Describe the Parameter
Method Detail

getProperty

public java.lang.String getProperty()
Gets the property

Returns:
The property value

getValue

public java.lang.String getValue()
Gets the value

Returns:
The value value

getException

public java.lang.Exception getException()
Gets the exception

Returns:
The exception value

toString

public java.lang.String toString()
TODO: document the method

Overrides:
toString in class java.lang.Object
Returns:
TODO: Describe the Return Value


Copyright © 2000-2002 The Scope Team. All Rights Reserved.