Package com.consol.citrus.exceptions
Class ParallelContainerException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.consol.citrus.exceptions.CitrusRuntimeException
-
- com.consol.citrus.exceptions.ParallelContainerException
-
- All Implemented Interfaces:
Serializable
public class ParallelContainerException extends CitrusRuntimeException
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ParallelContainerException(List<CitrusRuntimeException> nestedExceptions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetMessage()-
Methods inherited from class com.consol.citrus.exceptions.CitrusRuntimeException
getFailureStack, getFailureStackAsString, setFailureStack
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ParallelContainerException
public ParallelContainerException(List<CitrusRuntimeException> nestedExceptions)
-
-
Method Detail
-
getMessage
public String getMessage()
- Overrides:
getMessagein classCitrusRuntimeException
-
-