Class RemoveExceptionPrefix

    • Field Detail

      • m_RegExp

        protected BaseRegExp m_RegExp
        the regexp to apply.
      • m_Pattern

        protected transient Pattern m_Pattern
        the compiled pattern.
    • Constructor Detail

      • RemoveExceptionPrefix

        public RemoveExceptionPrefix()
    • Method Detail

      • setRegExp

        public void setRegExp​(BaseRegExp value)
        Sets the regexp to apply.
        Parameters:
        value - the regexp
      • getRegExp

        public BaseRegExp getRegExp()
        Returns the regexp to apply.
        Returns:
        the regexp
      • regExpTipText

        public String regExpTipText()
        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