odil
Public Member Functions | Protected Attributes | List of all members
odil::Exception Class Reference

Base class for odil exceptions. More...

#include <Exception.h>

Inheritance diagram for odil::Exception:
odil::AssociationAborted odil::AssociationRejected odil::AssociationReleased

Public Member Functions

 Exception (std::string const &message="")
 Message string constructor.
 
virtual ~Exception () throw ()
 Destructor.
 
virtual const char * what () const throw ()
 Return the reason for the exception.
 

Protected Attributes

std::string _message
 

Detailed Description

Base class for odil exceptions.


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