Uses of Class
org.citrusframework.exceptions.CitrusRuntimeException
Packages that use CitrusRuntimeException
-
Uses of CitrusRuntimeException in org.citrusframework.context
Methods in org.citrusframework.context that return CitrusRuntimeExceptionModifier and TypeMethodDescriptionTestContext.handleError(String testName, String packageName, String message, Exception cause) Handles error creating a new CitrusRuntimeException and informs test listeners.Methods in org.citrusframework.context that return types with arguments of type CitrusRuntimeExceptionModifier and TypeMethodDescriptionTestContext.getExceptions()Gets the value of the exceptions property.Methods in org.citrusframework.context with parameters of type CitrusRuntimeExceptionModifier and TypeMethodDescriptionvoidTestContext.addException(CitrusRuntimeException exception) Add new exception to the context marking the test as failed. -
Uses of CitrusRuntimeException in org.citrusframework.exceptions
Subclasses of CitrusRuntimeException in org.citrusframework.exceptionsModifier and TypeClassDescriptionclassThrow this exception in case you did not receive a message on a destination in time.classUse this exception in case a function is called with invalid parameters.classclassThis exception is thrown when a message receiving action does not specify any expected content.classUnknown functions cause this exception.classIn case no function library exists for a given prefix this exception is thrown.classIn case no message validator exists for a given prefix this exception is thrown.classUnknown validation matchers cause this exception.classIn case no function library exists for a given prefix this exception is thrown.classThrow this exception in case an unknown variable is read from test context.classSpecial exception thrown in case several actions in a parallel container have failed.classclassBase exception marking failure of test case.classThrown in case an element is not found.classThis exception marks errors during validation in Citrus.classVariable value evaluates to null.Constructor parameters in org.citrusframework.exceptions with type arguments of type CitrusRuntimeExceptionModifierConstructorDescriptionParallelContainerException(List<CitrusRuntimeException> nestedExceptions)