Class ReflectionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.sf.jstuff.core.reflection.exception.ReflectionException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AccessingFieldValueFailedException, InvokingConstructorFailedException, InvokingMethodFailedException, SettingFieldValueFailedException

public class ReflectionException extends RuntimeException
Author:
Sebastian Thomschke
See Also:
  • Constructor Details

    • ReflectionException

      public ReflectionException(String message)
    • ReflectionException

      public ReflectionException(String message, Throwable cause)
    • ReflectionException

      public ReflectionException(Throwable cause)