Class InvalidPropertyException

    • Constructor Detail

      • InvalidPropertyException

        public InvalidPropertyException​(Class<?> beanClass,
                                        String propertyName,
                                        String msg)
        Create a new InvalidPropertyException.
        Parameters:
        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.
        Parameters:
        beanClass - the offending bean class
        propertyName - the offending property
        msg - the detail message
        cause - the root cause