|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.biocomfort.SDK.exceptions.SDKDeviceException
public class SDKDeviceException
Thrown to indicate that an error occured while executing a synchronous SDK
method that is associated with a medical device. This exception can be
thrown by the methods
getDeviceConfigurationsAndWait
,
setDeviceConfigurationsAndWait
,
getUserParametersAndWait
,
setUserParametersAndWait
or
setDeviceClearMemAndWait
.
SDK.getDeviceConfigurationsAndWait(
com.biocomfort.TO.MedicalDeviceTO, int)
,
SDK.setDeviceConfigurationsAndWait(
com.biocomfort.TO.MedicalDeviceTO, int)
,
SDK.getUserParametersAndWait(
com.biocomfort.TO.MedicalDeviceTO, com.biocomfort.TO.TO)
,
SDK.setUserParametersAndWait(
com.biocomfort.TO.MedicalDeviceTO, com.biocomfort.TO.TO)
,
SDK.setDeviceClearMemAndWait(
com.biocomfort.TO.MedicalDeviceTO)
,
Serialized FormConstructor Summary | |
---|---|
SDKDeviceException(ErrorEvent errorEvent)
Constructs a new SDKDeviceException with the specified error event. |
Method Summary | |
---|---|
ErrorEvent |
getErrorEvent()
Returns the error event that is associated with this exception. |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SDKDeviceException(ErrorEvent errorEvent)
SDKDeviceException
with the specified error event.
errorEvent
- the associated error event objectMethod Detail |
---|
public ErrorEvent getErrorEvent()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |