Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

MynahSA::ExceptionBase Class Reference

#include <exceptionbase.hpp>

Inheritance diagram for MynahSA::ExceptionBase:

Inheritance graph
[legend]
List of all members.

Public Member Functions

 ExceptionBase () throw ()
 ExceptionBase (const std::string &s)
virtual ~ExceptionBase () throw ()
 virtual destructor
virtual const char * what () const throw ()
 return a description of the exception

Detailed Description

class ExceptionBase forms a base class of all exceptions for MynahSA. The class behaves as a wrapper for std::except.

Definition at line 29 of file exceptionbase.hpp.


Constructor & Destructor Documentation

MynahSA::ExceptionBase::ExceptionBase  )  throw ()
 

Default constructor

Returns:
Nothing

MynahSA::ExceptionBase::ExceptionBase const std::string &  s  ) 
 

Constructor

Parameters:
s - the message relating to the exception
Returns:
Nothing


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