Package muntjac :: Package terminal :: Module stream_variable :: Class IStreamingErrorEvent
[hide private]
[frames] | no frames]

Class IStreamingErrorEvent

source code

     object --+    
              |    
IStreamingEvent --+
                  |
                 IStreamingErrorEvent
Known Subclasses:

Event passed to uploadFailed method when the streaming ended before the end of the input. The streaming may fail due an interruption by [] or due an other unknown exception in communication. In the latter case the exception is also passed to Application.terminalError.

Instance Methods [hide private]
 
getException(self)
Returns: the exception that caused the receiving not to finish cleanly
source code

Inherited from IStreamingEvent: getBytesReceived, getContentLength, getFileName, getMimeType

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

getException(self)

source code 
Returns:
the exception that caused the receiving not to finish cleanly