com.lexicalscope.fluentreflection
Class InvocationTargetRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.lexicalscope.fluentreflection.ReflectionRuntimeException
                  extended by com.lexicalscope.fluentreflection.InvocationTargetRuntimeException
All Implemented Interfaces:
Serializable

public class InvocationTargetRuntimeException
extends ReflectionRuntimeException

See Also:
Serialized Form

Constructor Summary
InvocationTargetRuntimeException(InvocationTargetException cause, Member member)
           
 
Method Summary
 Throwable getExceptionThrownByInvocationTarget()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvocationTargetRuntimeException

public InvocationTargetRuntimeException(InvocationTargetException cause,
                                        Member member)
Method Detail

getExceptionThrownByInvocationTarget

public Throwable getExceptionThrownByInvocationTarget()


Copyright © 2011-2012 lexicalscope. All Rights Reserved.