Class NoSuchValidationMatcherLibraryException

  • All Implemented Interfaces:
    Serializable

    public class NoSuchValidationMatcherLibraryException
    extends CitrusRuntimeException
    In case no function library exists for a given prefix this exception is thrown.
    Author:
    Christoph Deppisch
    See Also:
    Serialized Form
    • Constructor Detail

      • NoSuchValidationMatcherLibraryException

        public NoSuchValidationMatcherLibraryException()
        Default constructor.
      • NoSuchValidationMatcherLibraryException

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

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

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