Class ReflectUtil.ReflectionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.net4j.util.ReflectUtil.ReflectionException
All Implemented Interfaces:
Serializable
Enclosing class:
ReflectUtil

public static class ReflectUtil.ReflectionException extends RuntimeException
Since:
3.14
Author:
Eike Stepper
See Also:
  • Constructor Details

    • ReflectionException

      public ReflectionException()
    • ReflectionException

      public ReflectionException(String message, Exception cause)
    • ReflectionException

      public ReflectionException(String message)
    • ReflectionException

      public ReflectionException(Exception cause)
  • Method Details