Class NoSuchValidationMatcherException

    • Constructor Detail

      • 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 -