Package com.chutneytesting.action.domain
Class ActionInstantiationFailureException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.chutneytesting.action.domain.ActionInstantiationFailureException
-
- All Implemented Interfaces:
Serializable
public class ActionInstantiationFailureException extends RuntimeException
Thrown when a action fails to be instantiated.- See Also:
ActionTemplate.create(List), Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ActionInstantiationFailureException(String actionIdentifier, ReflectiveOperationException cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ActionInstantiationFailureException
public ActionInstantiationFailureException(String actionIdentifier, ReflectiveOperationException cause)
-
-