Class MapperException

  • All Implemented Interfaces:
    java.io.Serializable

    public class MapperException
    extends java.lang.Exception
    Exception thrown by mappers which are unable to perform mapping due to missing message content or incorrect configuration
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      MapperException​(java.lang.String s)  
      MapperException​(java.lang.String s, java.lang.Throwable throwable)  
    • 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

      • MapperException

        public MapperException​(java.lang.String s)
      • MapperException

        public MapperException​(java.lang.String s,
                               java.lang.Throwable throwable)