Package com.logicaldoc.robot
Class RobotException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.logicaldoc.robot.RobotException
- All Implemented Interfaces:
- Serializable
A generic error in the robot
- Since:
- 9.2
- Author:
- Marco Meschieri - LogicalDOC
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionRobotException(String message) RobotException(String message, Throwable cause) 
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
RobotException
- 
RobotException
 
-