类 NullValueInNestedPathException

    • 构造器详细资料

      • NullValueInNestedPathException

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

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

        public NullValueInNestedPathException​(Class<?> beanClass,
                                              String propertyName,
                                              String msg,
                                              Throwable cause)
        Create a new NullValueInNestedPathException.
        参数:
        beanClass - the offending bean class
        propertyName - the offending property
        msg - the detail message
        cause - the root cause
        从以下版本开始:
        4.3.2