InstantIO::InterruptedException Class Reference

Gets thrown when a thread blocked at an OutSlot or InSlot gets interrupted. More...

#include <InstantIO/InterruptedException.h>

Inheritance diagram for InstantIO::InterruptedException:
InstantIO::Exception

List of all members.

Public Member Functions

 InterruptedException ()
 Creates a new InterruptedException object with an empty error message.
 InterruptedException (const std::string &msg)
 Creates a new InterruptedException object with an error message.
 InterruptedException (const InterruptedException &other)
 Creates a new InterruptedException object that is an exact copy of another InterruptedException object.

Detailed Description

Gets thrown when a thread blocked at an OutSlot or InSlot gets interrupted.

Author:
Patrick Dähne

Constructor & Destructor Documentation

InstantIO::InterruptedException::InterruptedException ( const std::string &  msg  )  [inline]

Creates a new InterruptedException object with an error message.

Parameters:
msg A message describing the error that occurred.
InstantIO::InterruptedException::InterruptedException ( const InterruptedException other  )  [inline]

Creates a new InterruptedException object that is an exact copy of another InterruptedException object.

Parameters:
other The other InterruptedException object

The documentation for this class was generated from the following file:
Generated on Thu Jul 31 17:17:32 2014 by  doxygen 1.6.3