类 ConversionNotSupportedException

    • 构造器详细资料

      • ConversionNotSupportedException

        public ConversionNotSupportedException​(PropertyChangeEvent propertyChangeEvent,
                                               Class<?> requiredType,
                                               Throwable cause)
        Create a new ConversionNotSupportedException.
        参数:
        propertyChangeEvent - the PropertyChangeEvent that resulted in the problem
        requiredType - the required target type (or null if not known)
        cause - the root cause (may be null)
      • ConversionNotSupportedException

        public ConversionNotSupportedException​(Object value,
                                               Class<?> requiredType,
                                               Throwable cause)
        Create a new ConversionNotSupportedException.
        参数:
        value - the offending value that couldn't be converted (may be null)
        requiredType - the required target type (or null if not known)
        cause - the root cause (may be null)