Class PropertyConversionException

    • Constructor Detail

      • PropertyConversionException

        public PropertyConversionException()
      • PropertyConversionException

        public PropertyConversionException​(String message)
      • PropertyConversionException

        public PropertyConversionException​(String message,
                                           Throwable cause)
      • PropertyConversionException

        public PropertyConversionException​(Throwable cause)
      • PropertyConversionException

        public PropertyConversionException​(Class<?> fromClass,
                                           Class<?> toClass)
      • PropertyConversionException

        public PropertyConversionException​(Class<?> fromClass,
                                           Class<?> toClass,
                                           String message)