Concordia
ConcordiaException Class Reference

#include <concordia_exception.hpp>

Inherits std::exception.

Public Member Functions

 ConcordiaException () throw ()
 
 ConcordiaException (const std::string &message) throw ()
 
 ~ConcordiaException () throw ()
 
virtual const char * what () const throw ()
 

Detailed Description

Class representing an internal exception thrown in the Concordia library.

Constructor & Destructor Documentation

ConcordiaException::ConcordiaException ( )
throw (
)

Constructor.

ConcordiaException::ConcordiaException ( const std::string &  message)
throw (
)
explicit

Constructor with a message.

Parameters
messagemessage of the exception
ConcordiaException::~ConcordiaException ( )
throw (
)

Destructor.

Member Function Documentation

const char * ConcordiaException::what ( ) const
throw (
)
virtual

Implementation of the virtual method which provides the exception message.


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