Class Converter.ConversionException

    • Constructor Detail

      • ConversionException

        public ConversionException()
        Deprecated.
        Constructs a new ConversionException without a detail message.
      • ConversionException

        public ConversionException​(String msg)
        Deprecated.
        Constructs a new ConversionException with the specified detail message.
        Parameters:
        msg - the detail message
      • ConversionException

        public ConversionException​(Throwable cause)
        Deprecated.
        Constructs a new ConversionException with the specified cause.
        Parameters:
        cause - The cause of the the exception
      • ConversionException

        public ConversionException​(String message,
                                   Throwable cause)
        Deprecated.
        Constructs a new ConversionException with the specified detail message and cause.
        Parameters:
        message - the detail message
        cause - The cause of the the exception