Package org.citrusframework.exceptions
Class ParallelContainerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.citrusframework.exceptions.CitrusRuntimeException
org.citrusframework.exceptions.ParallelContainerException
- All Implemented Interfaces:
Serializable
Special exception thrown in case several actions in a parallel container have failed.
The exception receives a list of exceptions and provides detailed to string method for
overview of failed exceptions.
- Author:
- Christoph Deppisch
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.citrusframework.exceptions.CitrusRuntimeException
getFailureStack, getFailureStackAsString, setFailureStackMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ParallelContainerException
-
-
Method Details
-
getMessage
- Overrides:
getMessagein classCitrusRuntimeException
-