Class NoSuchPropertyException

    • Constructor Detail

      • NoSuchPropertyException

        public NoSuchPropertyException​(Object target,
                                       String name,
                                       List<String> prefixList,
                                       List<String> suffixList)
        Constructor.
        Parameters:
        target - the object on which the property was unsuccessfully accessed.
        name - the name of the property which was unsuccessfully accessed.
        prefixList - list of prefixes
        suffixList - list of suffixes
      • NoSuchPropertyException

        protected NoSuchPropertyException​(String message)
        Constructor.
        Parameters:
        message - The exception message.