CEBL  2.1
Public Member Functions | Protected Attributes
InturruptException Class Reference

Inturrupt Exception. More...

#include <Exceptions.hpp>

Public Member Functions

 InturruptException (string message)
virtual ~InturruptException () throw ()
virtual const char * what () const throw ()

Protected Attributes

string message

Detailed Description

Inturrupt Exception.

Definition at line 253 of file Exceptions.hpp.


Constructor & Destructor Documentation

InturruptException::InturruptException ( string  message)
inline

Definition at line 259 of file Exceptions.hpp.

References message.

virtual InturruptException::~InturruptException ( ) throw ()
inlinevirtual

Definition at line 264 of file Exceptions.hpp.


Member Function Documentation

virtual const char* InturruptException::what ( ) const throw ()
inlinevirtual

Definition at line 266 of file Exceptions.hpp.

References message.


Field Documentation

string InturruptException::message
protected

Definition at line 256 of file Exceptions.hpp.

Referenced by InturruptException(), and what().


The documentation for this class was generated from the following file: