Package xbot.common.logging
Class SilentRobotAssertionManager
java.lang.Object
xbot.common.logging.RobotAssertionManager
xbot.common.logging.SilentRobotAssertionManager
Version of RobotAssertionManager that prevents throwing of exceptions. Should
be used on-robot in competitions.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
boolean
Methods inherited from class xbot.common.logging.RobotAssertionManager
assertTrue, fail, throwException, throwException
-
Constructor Details
-
SilentRobotAssertionManager
@Inject public SilentRobotAssertionManager()
-
-
Method Details
-
handlePlatformException
- Specified by:
handlePlatformException
in classRobotAssertionManager
-
isExceptionsEnabled
public boolean isExceptionsEnabled()- Specified by:
isExceptionsEnabled
in classRobotAssertionManager
-