Class MappingException

All Implemented Interfaces:
Serializable

public class MappingException extends RuntimeException
A mapping exception is one thrown if an issue exists at runtime or build time in the data mapping.
Since:
1.0.0
Author:
graemerocher
See Also:
  • Constructor Details

    • MappingException

      public MappingException(String message)
      Parameters:
      message - The message
    • MappingException

      public MappingException(String message, Throwable cause)
      Parameters:
      message - The message
      cause - The cause