Class ConversionException

    • Constructor Detail

      • ConversionException

        public ConversionException​(Class<?> aSourceType,
                                   Class<?> aTargetType,
                                   String aMessage,
                                   Throwable aCause)
        Instantiates a new conversion exception.
        Parameters:
        aSourceType - the a source type
        aTargetType - the a target type
        aMessage - the a message
        aCause - the a cause
      • ConversionException

        public ConversionException​(Class<?> aSourceType,
                                   Class<?> aTargetType,
                                   String aMessage)
        Instantiates a new conversion exception.
        Parameters:
        aSourceType - the a source type
        aTargetType - the a target type
        aMessage - the a message