net.sf.oval.exception
Class InvokingMethodFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.sf.oval.exception.OValException
net.sf.oval.exception.ReflectionException
net.sf.oval.exception.InvokingMethodFailedException
- All Implemented Interfaces:
- Serializable
public class InvokingMethodFailedException
- extends ReflectionException
- Author:
- Sebastian Thomschke
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InvokingMethodFailedException
public InvokingMethodFailedException(String methodName,
Object validatedObject,
OValContext context,
Throwable cause)
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.