Class ReflectiveCallable


  • public abstract class ReflectiveCallable
    extends java.lang.Object
    When invoked, throws the exception from the reflected method, rather than wrapping it in an InvocationTargetException.
    • Constructor Detail

      • ReflectiveCallable

        public ReflectiveCallable()
    • Method Detail

      • run

        public java.lang.Object run()
                             throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • runReflectiveCall

        protected abstract java.lang.Object runReflectiveCall()
                                                       throws java.lang.Throwable
        Throws:
        java.lang.Throwable