com.vaadin.data.util.converter.

Class Converter.ConversionException

    • Constructor Detail

      • ConversionException

        public ConversionException()

        Constructs a new ConversionException without a detail message.

      • ConversionException

        public ConversionException​(String msg)

        Constructs a new ConversionException with the specified detail message.

        Parameters:

        msg - the detail message

      • ConversionException

        public ConversionException​(Throwable cause)

        Constructs a new ConversionException with the specified cause.

        Parameters:

        cause - The cause of the the exception

      • ConversionException

        public ConversionException​(String message,
                                   Throwable cause)

        Constructs a new ConversionException with the specified detail message and cause.

        Parameters:

        message - the detail message

        cause - The cause of the the exception