Class ActionFailedException

All Implemented Interfaces:
Serializable

public class ActionFailedException extends RuntimeException
Understands an error occurred when simulation of user input fails.
See Also:
  • Field Details

  • Constructor Details

    • ActionFailedException

      private ActionFailedException(String message)
    • ActionFailedException

      private ActionFailedException(String message, Throwable cause)
  • Method Details