Class NoSuchValidationMatcherException

All Implemented Interfaces:
Serializable

public class NoSuchValidationMatcherException extends CitrusRuntimeException
Unknown validation matchers cause this exception.
Author:
Christoph Deppisch
See Also:
  • Constructor Details

    • NoSuchValidationMatcherException

      public NoSuchValidationMatcherException()
      Default constructor.
    • NoSuchValidationMatcherException

      public NoSuchValidationMatcherException(String message)
      Constructor using fields.
      Parameters:
      message -
    • NoSuchValidationMatcherException

      public NoSuchValidationMatcherException(Throwable cause)
      Constructor using fields.
      Parameters:
      cause -
    • NoSuchValidationMatcherException

      public NoSuchValidationMatcherException(String message, Throwable cause)
      Constructor using fields.
      Parameters:
      message -
      cause -