Package com.thethriftybot.wrappers
Class DriverStationWrapper.defaultDriversStation
java.lang.Object
com.thethriftybot.wrappers.DriverStationWrapper.defaultDriversStation
- All Implemented Interfaces:
DriverStationInterface
- Enclosing class:
DriverStationWrapper
public static class DriverStationWrapper.defaultDriversStation
extends Object
implements DriverStationInterface
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidreportError(String string, boolean printTrace) Reports an error.voidreportError(String string, StackTraceElement[] stackTrace) Reports an error.voidreportWarning(String string, boolean printTrace) Reports a warning.voidreportWarning(String string, StackTraceElement[] stackTrace) Reports a warning.
-
Constructor Details
-
defaultDriversStation
public defaultDriversStation()
-
-
Method Details
-
reportError
Description copied from interface:DriverStationInterfaceReports an error.- Specified by:
reportErrorin interfaceDriverStationInterface- Parameters:
string- The error message.printTrace- Whether to print the stack trace.
-
reportWarning
Description copied from interface:DriverStationInterfaceReports a warning.- Specified by:
reportWarningin interfaceDriverStationInterface- Parameters:
string- The warning message.printTrace- Whether to print the stack trace.
-
reportError
Description copied from interface:DriverStationInterfaceReports an error.- Specified by:
reportErrorin interfaceDriverStationInterface- Parameters:
string- The error message.stackTrace- The stack trace.
-
reportWarning
Description copied from interface:DriverStationInterfaceReports a warning.- Specified by:
reportWarningin interfaceDriverStationInterface- Parameters:
string- The warning message.stackTrace- The stack trace.
-