net.sf.oval.exception
Class AccessingFieldValueFailedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.sf.oval.exception.OValException
                  extended by net.sf.oval.exception.ReflectionException
                      extended by net.sf.oval.exception.AccessingFieldValueFailedException
All Implemented Interfaces:
Serializable

public class AccessingFieldValueFailedException
extends ReflectionException

Author:
Sebastian Thomschke
See Also:
Serialized Form

Constructor Summary
AccessingFieldValueFailedException(String fieldName, Object validatedObject, OValContext context, Throwable cause)
           
 
Method Summary
 OValContext getContext()
           
 Object getValidatedObject()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AccessingFieldValueFailedException

public AccessingFieldValueFailedException(String fieldName,
                                          Object validatedObject,
                                          OValContext context,
                                          Throwable cause)
Method Detail

getContext

public OValContext getContext()
Returns:
Returns the context.

getValidatedObject

public Object getValidatedObject()
Returns:
the validatedObject


Copyright © 2005-2013 The OVal Development Team. All Rights Reserved.