com.biocomfort.SDK.exceptions
Class SDKExitException

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

public class SDKExitException
extends java.lang.Exception

Thrown to indicate that an error occured while exiting the SDK by calling the synchronous method exitAndWait.

See Also:
SDK.exitAndWait(), Serialized Form

Constructor Summary
SDKExitException(ErrorEvent errorEvent)
          Constructs a new SDKExitException the specified error event.
 
Method Summary
 ErrorEvent getErrorEvent()
          Returns the error event that is associated with this exit 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

SDKExitException

public SDKExitException(ErrorEvent errorEvent)
Constructs a new SDKExitException 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 exit exception.

Returns:
the associated error event object