Class OutOfMemory

    • Constructor Detail

      • OutOfMemory

        public OutOfMemory()
    • Method Detail

      • setLog

        public void setLog​(CallableActorReference value)
        Sets the name of the callable log actor to use.
        Parameters:
        value - the callable name
      • getLog

        public CallableActorReference getLog()
        Returns the name of the callable log actor in use.
        Returns:
        the callable name
      • logTipText

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

        protected void check​(ErrorHandler handler,
                             Actor source,
                             String type,
                             String msg)
        Hook method for checks.
        Overrides:
        check 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
      • doPostProcessError

        protected void 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