Class ConversionException

    • Constructor Detail

      • ConversionException

        public ConversionException​(Class<?> targetType,
                                   Object sourceValue,
                                   String message)
      • ConversionException

        public ConversionException​(Class<?> targetType,
                                   Object sourceValue,
                                   String message,
                                   Throwable cause)
    • Method Detail

      • getSourceValue

        public Object getSourceValue()
      • getTargetType

        public Class<?> getTargetType()