net.sf.oval.exception
Class ReflectionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.sf.oval.exception.OValException
net.sf.oval.exception.ReflectionException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- AccessingFieldValueFailedException, FieldNotFoundException, InvokingMethodFailedException, MethodNotFoundException
public class ReflectionException
- extends OValException
- 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 |
ReflectionException
public ReflectionException(String message)
ReflectionException
public ReflectionException(String message,
Throwable cause)
ReflectionException
public ReflectionException(Throwable cause)
Copyright © 2005-2013 The OVal Development Team. All Rights Reserved.