Package yams.exceptions
Class SwerveDriveConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
yams.exceptions.SwerveDriveConfigurationException
- All Implemented Interfaces:
Serializable
SwerveDrive Config Exception
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSwerveDriveConfigurationException(String message, String result, String remedyFunction) SwerveDrive configuration exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SwerveDriveConfigurationException
SwerveDrive configuration exception.- Parameters:
message- Message to display.result- Result of the configuration.remedyFunction- Remedy function to use.
-