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.
This class extends RuntimeException
and provides a constructor to create instances with a specified detail message.
- FailedToMatchPropertyException(String message)
- Constructs a new
FailedToMatchPropertyException
with the specified detail message.
- Constructs a new