Class MappingException

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

public class MappingException extends RuntimeException
Exception thrown to indicate an error or issue related to object mapping in a program. This exception is typically used when encountering problems during the mapping process, such as incompatible types or missing mappings.
Since:
1.0
Author:
Blyzhnytsia Team
See Also:
  • Constructor Details

    • MappingException

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