Package yams.exceptions
Class DoubleJointedArmConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
yams.exceptions.DoubleJointedArmConfigurationException
- All Implemented Interfaces:
Serializable
Exception for when the Arm is configured incorrectly.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDoubleJointedArmConfigurationException(String message, String result, String remedyFunction) Arm 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
-
DoubleJointedArmConfigurationException
Arm configuration exception.- Parameters:
message- Message to display.result- Result of the configuration.remedyFunction- Remedy function to use.
-