Class RunMethodStateException

All Implemented Interfaces:
Serializable

public class RunMethodStateException extends IllegalStateException
This exception indicates, that the run() method of an AbstractAction has already been called.
See Also:
  • Constructor Details

    • RunMethodStateException

      public RunMethodStateException()
      Constructor.
    • RunMethodStateException

      public RunMethodStateException(String msg)
      Constructor.
      Parameters:
      msg - message to report