CCA
cca::BufferEmptyException Class Reference

CCA Buffer Exception. More...

#include <BufferException.h>

Inheritance diagram for cca::BufferEmptyException:
Collaboration diagram for cca::BufferEmptyException:

List of all members.

Public Member Functions

 BufferEmptyException ()
 Basic constructor.
 BufferEmptyException (const std::string &descr)
 Constructor.
virtual ~BufferEmptyException () throw ()

Detailed Description

CCA Buffer Exception.

Definition at line 36 of file BufferException.h.


Constructor & Destructor Documentation

Basic constructor.

Try to use the constructor with string argument instead.

Todo:
Logging could maybe go here

Definition at line 33 of file BufferException.cpp.

cca::BufferEmptyException::BufferEmptyException ( const std::string &  descr) [explicit]

Constructor.

Describe the kind of exception.

Parameters:
descrDescription of the exception, will be displayed to the user.

Definition at line 38 of file BufferException.cpp.

Definition at line 42 of file BufferException.cpp.


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