#include <concordia_exception.hpp>
Inherits std::exception.
Class representing an internal exception thrown in the Concordia library.
ConcordiaException::ConcordiaException |
( |
| ) |
|
throw | ( | |
| ) | | |
ConcordiaException::ConcordiaException |
( |
const std::string & |
message | ) |
|
throw | ( | |
| ) | | |
|
explicit |
Constructor with a message.
- Parameters
-
message | message of the exception |
ConcordiaException::~ConcordiaException |
( |
| ) |
|
throw | ( | |
| ) | | |
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:
- /home/rafalj/projects/concordia/concordia/concordia/concordia_exception.hpp
- /home/rafalj/projects/concordia/concordia/concordia/concordia_exception.cpp