Package yams.exceptions
Class SmartMotorControllerConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
yams.exceptions.SmartMotorControllerConfigurationException
- All Implemented Interfaces:
Serializable
Exception for when the SmartMotorController is configured incorrectly.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSmartMotorControllerConfigurationException(String message, String result, String remedyFunction) SmartMotorControllerConfigurationException constructor. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SmartMotorControllerConfigurationException
public SmartMotorControllerConfigurationException(String message, String result, String remedyFunction) SmartMotorControllerConfigurationException constructor.- Parameters:
message- Message to display.result- Result of the configuration.remedyFunction- Remedy function to use.
-