Classes and functions for error handling. More...
#include <ql/qldefines.hpp>#include <boost/assert.hpp>#include <boost/current_function.hpp>#include <boost/shared_ptr.hpp>#include <exception>#include <sstream>
Classes | |
| class | Error |
| Base error class. More... | |
Namespaces | |
| QuantLib | |
Macros | |
| #define | MULTILINE_MACRO_BEGIN do { |
| #define | MULTILINE_MACRO_END } while(false) |
| #define | QL_FAIL(message) |
| throw an error (possibly with file and line information) More... | |
| #define | QL_ASSERT(condition, message) |
| throw an error if the given condition is not verified More... | |
| #define | QL_REQUIRE(condition, message) |
| throw an error if the given pre-condition is not verified More... | |
| #define | QL_ENSURE(condition, message) |
| throw an error if the given post-condition is not verified More... | |
Classes and functions for error handling.
| #define QL_FAIL | ( | message | ) |
throw an error (possibly with file and line information)
| #define QL_ASSERT | ( | condition, | |
| message | |||
| ) |
throw an error if the given condition is not verified
| #define QL_REQUIRE | ( | condition, | |
| message | |||
| ) |
throw an error if the given pre-condition is not verified
| #define QL_ENSURE | ( | condition, | |
| message | |||
| ) |
throw an error if the given post-condition is not verified