Class RobotException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.logicaldoc.robot.RobotException
All Implemented Interfaces:
Serializable

public class RobotException extends Exception
A generic error in the robot
Since:
9.2
Author:
Marco Meschieri - LogicalDOC
See Also:
  • Constructor Details

    • RobotException

      public RobotException(String message)
    • RobotException

      public RobotException(String message, Throwable cause)