Class TypeConverterRegistrationException

  • All Implemented Interfaces:
    java.io.Serializable

    public class TypeConverterRegistrationException
    extends java.lang.RuntimeException
    Exception thrown when the object mapper is unable to register a custom type converter.
    Author:
    Mahmoud Ben Hassine ([email protected])
    See Also:
    Serialized Form
    • 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

      • TypeConverterRegistrationException

        public TypeConverterRegistrationException​(java.lang.String message)
        Parameters:
        message - of the exception
      • TypeConverterRegistrationException

        public TypeConverterRegistrationException​(java.lang.String message,
                                                  java.lang.Throwable cause)
        Parameters:
        message - of the exception
        cause - of the exception