public class EPOSConfigurationException extends HardwareException
| Constructor and Description |
|---|
EPOSConfigurationException()
Creates a new instance of
ClampMotorConfigurationError without detail message. |
EPOSConfigurationException(String msg)
Constructs an instance of
ClampMotorConfigurationError with the specified detail message. |
EPOSConfigurationException(String msg,
String name)
Constructs an instance of
ClampMotorConfigurationError with the specified detail message and
the name of the hardware. |
EPOSConfigurationException(String msg,
String name,
int motorType,
int continuousCurrentLimit,
int maxSpeedInCurrentMode,
int thermalTimeConstantWinding,
int outputCurrentLimit,
int polePairNumber)
Constructs an instance of
ClampMotorConfigurationError with the specified detail message
and the value read of the motor parameters. |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic EPOSConfigurationException()
ClampMotorConfigurationError without detail message.public EPOSConfigurationException(String msg)
ClampMotorConfigurationError with the specified detail message.msg - the detail message.public EPOSConfigurationException(String msg, String name)
ClampMotorConfigurationError with the specified detail message and
the name of the hardware.msg - the detail message.name - the hardware name.public EPOSConfigurationException(String msg, String name, int motorType, int continuousCurrentLimit, int maxSpeedInCurrentMode, int thermalTimeConstantWinding, int outputCurrentLimit, int polePairNumber)
ClampMotorConfigurationError with the specified detail message
and the value read of the motor parameters.msg - the detail message.public String toString()
toString in class HardwareExceptionCopyright © 2014 LSST. All Rights Reserved.