Uses of Class
com.consol.citrus.exceptions.CitrusRuntimeException
-
Packages that use CitrusRuntimeException Package Description com.consol.citrus.context com.consol.citrus.exceptions -
-
Uses of CitrusRuntimeException in com.consol.citrus.context
Methods in com.consol.citrus.context that return CitrusRuntimeException Modifier and Type Method Description CitrusRuntimeExceptionTestContext. handleError(String testName, String packageName, String message, Exception cause)Handles error creating a new CitrusRuntimeException and informs test listeners.Methods in com.consol.citrus.context that return types with arguments of type CitrusRuntimeException Modifier and Type Method Description List<CitrusRuntimeException>TestContext. getExceptions()Gets the value of the exceptions property.Methods in com.consol.citrus.context with parameters of type CitrusRuntimeException Modifier and Type Method Description voidTestContext. addException(CitrusRuntimeException exception)Add new exception to the context marking the test as failed. -
Uses of CitrusRuntimeException in com.consol.citrus.exceptions
Subclasses of CitrusRuntimeException in com.consol.citrus.exceptions Modifier and Type Class Description classActionTimeoutExceptionThrow this exception in case you did not receive a message on a destination in time.classInvalidFunctionUsageExceptionUse this exception in case a function is called with invalid parameters.classMessageTimeoutExceptionclassMissingExpectedMessageExceptionThis exception is thrown when a message receiving action does not specify any expected content.classNoSuchFunctionExceptionUnknown functions cause this exception.classNoSuchFunctionLibraryExceptionIn case no function library exists for a given prefix this exception is thrown.classNoSuchMessageValidatorExceptionIn case no message validator exists for a given prefix this exception is thrown.classNoSuchValidationMatcherExceptionUnknown validation matchers cause this exception.classNoSuchValidationMatcherLibraryExceptionIn case no function library exists for a given prefix this exception is thrown.classNoSuchVariableExceptionThrow this exception in case an unknown variable is read from test context.classParallelContainerExceptionSpecial exception thrown in case several actions in a parallel container have failed.classReplyMessageTimeoutExceptionclassTestCaseFailedExceptionBase exception marking failure of test case.classUnknownElementExceptionThrown in case an element is not found.classValidationExceptionThis exception marks errors during validation in Citrus.classVariableNullValueExceptionVariable value evaluates to null.Constructor parameters in com.consol.citrus.exceptions with type arguments of type CitrusRuntimeException Constructor Description ParallelContainerException(List<CitrusRuntimeException> nestedExceptions)
-