Class FailedToMatchPropertyException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.github.blyznytsiaorg.bibernate.exception.FailedToMatchPropertyException
All Implemented Interfaces:
Serializable

public class FailedToMatchPropertyException extends RuntimeException
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.
Since:
1.0
Author:
Blyzhnytsia Team
See Also:
  • Constructor Details

    • FailedToMatchPropertyException

      public FailedToMatchPropertyException(String message)
      Constructs a new FailedToMatchPropertyException with the specified detail message.
      Parameters:
      message - the detail message (which is saved for later retrieval by the getMessage() method)