Class MappingException

  • All Implemented Interfaces:
    java.io.Serializable

    public class MappingException
    extends java.lang.RuntimeException
    A mapping exception is one thrown if an issue exists at runtime or build time in the data mapping.
    Since:
    1.0.0
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      MappingException​(java.lang.String message)  
      MappingException​(java.lang.String message, java.lang.Throwable cause)  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • MappingException

        public MappingException​(java.lang.String message)
        Parameters:
        message - The message
      • MappingException

        public MappingException​(java.lang.String message,
                                java.lang.Throwable cause)
        Parameters:
        message - The message
        cause - The cause