Class ConversionFailedException

  • All Implemented Interfaces:
    Serializable

    public class ConversionFailedException
    extends ConversionException
    Thrown if a certain requested conversion did fail for whatever reason.
    Author:
    Rene Schneider - initial API and implementation
    See Also:
    Serialized Form
    • Constructor Detail

      • ConversionFailedException

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

        public ConversionFailedException​(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