org.finra.jtaf.core.model.exceptions
Class MissingInvocationTargetException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
MissingInvocationTargetException
public MissingInvocationTargetException(Invocation invocation)
- Parameters:
invocation
- This will be called from interpreter when invocation target is missing during test execution
getInvocation
public final Invocation getInvocation()
- Returns:
- The Invocation associated with this exception
Copyright © 2014. All rights reserved.