Class ConversionUnsupportedException

  • All Implemented Interfaces:
    Serializable

    public class ConversionUnsupportedException
    extends ConversionException
    Thrown if a certain requested conversion is not supported, because no matching Conversion was found.
    Author:
    Rene Schneider - initial API and implementation
    See Also:
    Serialized Form
    • Constructor Detail

      • ConversionUnsupportedException

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

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