Class MultiErrorPostProcessor

    • Field Detail

      • m_PostProcessors

        protected ErrorPostProcessor[] m_PostProcessors
        the post-processors to use.
    • Constructor Detail

      • MultiErrorPostProcessor

        public MultiErrorPostProcessor()
    • Method Detail

      • setPostProcessors

        public void setPostProcessors​(ErrorPostProcessor[] value)
        Sets the post-processors to apply.
        Parameters:
        value - the post-processors
      • getPostProcessors

        public ErrorPostProcessor[] getPostProcessors()
        Returns the post-processors to apply.
        Returns:
        the post-processors
      • postProcessorsTipText

        public String postProcessorsTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • doPostProcessError

        protected String doPostProcessError​(ErrorHandler handler,
                                            Actor source,
                                            String type,
                                            String msg)
        Performs the actual post-processing of the error.
        Specified by:
        doPostProcessError in class AbstractErrorPostProcessor
        Parameters:
        handler - the error handler that this call comes from
        source - the source actor where the error originated
        type - the type of error
        msg - the error message
        Returns:
        the (potentially) updated error message