Package com.chutneytesting.task.domain
Class TaskInstantiationFailureException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.chutneytesting.task.domain.TaskInstantiationFailureException
-
- All Implemented Interfaces:
Serializable
public class TaskInstantiationFailureException extends RuntimeException
Thrown when a task fails to be instantiated.- See Also:
TaskTemplate.create(List), Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TaskInstantiationFailureException(String taskIdentifier, 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
-
TaskInstantiationFailureException
public TaskInstantiationFailureException(String taskIdentifier, ReflectiveOperationException cause)
-
-