Class AttrResultInfo

    • Constructor Detail

      • AttrResultInfo

        public AttrResultInfo​(String name,
                              PropertyEditor editor,
                              Object result,
                              Throwable throwable)
        Constructor
        Parameters:
        name - The name
        editor - The editor
        result - The result
        throwable - The error
    • Method Detail

      • getName

        public String getName()
        Get the name
        Returns:
        The value
      • getEditor

        public PropertyEditor getEditor()
        Get the editor
        Returns:
        The value
      • getResult

        public Object getResult()
        Get the result
        Returns:
        The value
      • getError

        public Throwable getError()
        Get the error
        Returns:
        The value
      • getAsText

        public String getAsText()
        Get the text representation
        Returns:
        The string