com.biocomfort.SDK.exceptions
Class SDKStartException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.biocomfort.SDK.exceptions.SDKStartException
All Implemented Interfaces:
java.io.Serializable

public class SDKStartException
extends java.lang.Exception

Thrown to indicate that an error occured while starting the SDK by calling the synchronous method startAndWait.

See Also:
SDK.startAndWait(), Serialized Form

Constructor 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

SDKStartException

public SDKStartException(ErrorEvent errorEvent)
Constructs a new SDKStartException with the specified error event.

Parameters:
errorEvent - the associated error event object
Method Detail

getErrorEvent

public ErrorEvent getErrorEvent()
Returns the error event that is associated with this start exception.

Returns:
the associated error event object