org.finra.jtaf.core.model.exceptions
Class MissingInvocationTargetException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.finra.jtaf.core.model.exceptions.MissingInvocationTargetException
All Implemented Interfaces:
Serializable

public class MissingInvocationTargetException
extends Exception

This will be used by the Interpreter to report broken invocation targets during test execution.

See Also:
Serialized Form

Constructor Summary
MissingInvocationTargetException(Invocation invocation)
           
 
Method Summary
 Invocation getInvocation()
           
 
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

MissingInvocationTargetException

public MissingInvocationTargetException(Invocation invocation)
Parameters:
invocation - This will be called from interpreter when invocation target is missing during test execution
Method Detail

getInvocation

public final Invocation getInvocation()
Returns:
The Invocation associated with this exception


Copyright © 2014. All rights reserved.