Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 648 Bytes

FailedToMatchPropertyException.md

File metadata and controls

14 lines (9 loc) · 648 Bytes

FailedToMatchPropertyException

The FailedToMatchPropertyException class is an exception thrown to indicate a failure in matching properties during a comparison or matching operation in a program. This exception is typically used when attempting to match properties, and the operation encounters an issue preventing successful property matching.

Description

This class extends RuntimeException and provides a constructor to create instances with a specified detail message.

Constructor

  1. FailedToMatchPropertyException(String message)
    • Constructs a new FailedToMatchPropertyException with the specified detail message.