类 InvalidPropertyException

    • 构造器详细资料

      • InvalidPropertyException

        public InvalidPropertyException​(Class<?> beanClass,
                                        String propertyName,
                                        String msg)
        Create a new InvalidPropertyException.
        参数:
        beanClass - the offending bean class
        propertyName - the offending property
        msg - the detail message
      • InvalidPropertyException

        public InvalidPropertyException​(Class<?> beanClass,
                                        String propertyName,
                                        String msg,
                                        Throwable cause)
        Create a new InvalidPropertyException.
        参数:
        beanClass - the offending bean class
        propertyName - the offending property
        msg - the detail message
        cause - the root cause