Exception class for axiom failure. More...
#include <axioms.hh>

Public Member Functions | |
| const std::string & | msg () const |
| Returns the message explaining the axiom failure. | |
| axiom_failure (const std::string &_msg) | |
| axiom_failure (std::string &&_msg) | |
| axiom_failure (std::string &&func, std::string &&file, unsigned line, std::string &&expr) | |
| axiom_failure (const axiom_failure &) | |
| Copy constructor. | |
| axiom_failure (axiom_failure &&other) | |
| Move constructor. | |
| axiom_failure & | operator= (axiom_failure &&other) |
| Swap. | |
| axiom_failure & | operator= (const axiom_failure &other) |
| Assignment. | |
Exception class for axiom failure.