Class ReflectionException

    • Constructor Detail

      • ReflectionException

        public ReflectionException​(ClassNotFoundException ex)
        Create exception.
        Parameters:
        ex - Original exception.
      • ReflectionException

        public ReflectionException​(NoSuchMethodException ex)
        Create exception.
        Parameters:
        ex - Original exception.
      • ReflectionException

        public ReflectionException​(InstantiationException ex)
        Create exception.
        Parameters:
        ex - Original exception.
      • ReflectionException

        public ReflectionException​(IllegalAccessException ex)
        Create exception.
        Parameters:
        ex - Original exception.
      • ReflectionException

        public ReflectionException​(InvocationTargetException ex)
        Create exception.
        Parameters:
        ex - Original exception.