|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.lsst.ccs.subsystems.fcs.errors.HardwareError
org.lsst.ccs.subsystems.fcs.errors.ClampMotorConfigurationError
public class ClampMotorConfigurationError
This exception is throwned when the hardware configuration of a motor is not the same than the software configuration.
| Constructor Summary | |
|---|---|
ClampMotorConfigurationError()
Creates a new instance of ClampMotorConfigurationError without detail message. |
|
ClampMotorConfigurationError(String msg)
Constructs an instance of ClampMotorConfigurationError with the specified detail message. |
|
ClampMotorConfigurationError(String msg,
String name)
Constructs an instance of ClampMotorConfigurationError with the specified detail message and
the name of the hardware. |
|
ClampMotorConfigurationError(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. |
|
| Method Summary | |
|---|---|
String |
toString()
|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ClampMotorConfigurationError()
ClampMotorConfigurationError without detail message.
public ClampMotorConfigurationError(String msg)
ClampMotorConfigurationError with the specified detail message.
msg - the detail message.
public ClampMotorConfigurationError(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 ClampMotorConfigurationError(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.| Method Detail |
|---|
public String toString()
toString in class HardwareError
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||