Class ReflectionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
de.intarsys.tools.reflect.ReflectionException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
FieldException, MethodException, ObjectCreationException

public abstract class ReflectionException extends Exception
See Also:
  • Constructor Details

    • ReflectionException

      public ReflectionException()
    • ReflectionException

      public ReflectionException(String message)
    • ReflectionException

      public ReflectionException(String message, Throwable cause)
    • ReflectionException

      public ReflectionException(Throwable cause)