Package gda.device
Class MotorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
gda.device.DeviceException
gda.device.MotorException
- All Implemented Interfaces:
Serializable
A motor exception class
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionMotorException(MotorStatus stat, String msg) MotorException(MotorStatus stat, String msg, Throwable cause) -
Method Summary
Methods inherited from class gda.device.DeviceException
getDevice, getDeviceNameMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
status
-
-
Constructor Details
-
MotorException
- Parameters:
stat-msg-
-
MotorException
- Parameters:
stat-msg-cause-
-