rambrain
rambrain::unfinishedCodeException Class Reference

An exception class for when code is used which is not fully finished developping. More...

#include <exceptions.h>

Inheritance diagram for rambrain::unfinishedCodeException:
rambrain::rambrainException

Public Member Functions

 unfinishedCodeException (const string &details)
 Create a new exception. More...
 
virtual ~unfinishedCodeException ()
 Destroy the exception. More...
 
virtual const char * what () const throw ()
 Report what has gone wrong. More...
 

Private Attributes

string details
 

Additional Inherited Members

- Private Member Functions inherited from rambrain::rambrainException
virtual ~rambrainException ()
 Destroy the exception. More...
 

Detailed Description

An exception class for when code is used which is not fully finished developping.

Should not be encountered anymore as soon as the library is live. Can be encountered if new features are partially developped or so.

Definition at line 151 of file exceptions.h.

Constructor & Destructor Documentation

rambrain::unfinishedCodeException::unfinishedCodeException ( const string &  details)
inline

Create a new exception.

Parameters
detailsOptionally provided details about the current state of affairs

Definition at line 159 of file exceptions.h.

virtual rambrain::unfinishedCodeException::~unfinishedCodeException ( )
inlinevirtual

Destroy the exception.

Definition at line 163 of file exceptions.h.

Member Function Documentation

virtual const char* rambrain::unfinishedCodeException::what ( ) const
throw (
)
inlinevirtual

Report what has gone wrong.

Returns
The report

Definition at line 169 of file exceptions.h.

Member Data Documentation

string rambrain::unfinishedCodeException::details
private

Definition at line 174 of file exceptions.h.


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