|
|||||||||
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.SDKStartException
public class SDKStartException
Thrown to indicate that an error occured while starting the SDK by calling
the synchronous method startAndWait
.
SDK.startAndWait()
,
Serialized FormConstructor Summary | |
---|---|
SDKStartException(ErrorEvent errorEvent)
Constructs a new SDKStartException with the specified error
event. |
Method Summary | |
---|---|
ErrorEvent |
getErrorEvent()
Returns the error event that is associated with this start 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 SDKStartException(ErrorEvent errorEvent)
SDKStartException
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 |