Custom ecl exceptions that carry bundled data. More...
#include <ecl/config/ecl.hpp>
#include <string>
#include <sstream>
#include <ecl/errors/handlers.hpp>
#include "exception.hpp"
#include <ecl/errors/macros.hpp>
Go to the source code of this file.
Classes | |
class | ecl::DataException< Data > |
Extended exception class that bundles location, message and data. More... | |
Namespaces | |
ecl | |
Custom ecl exceptions that carry bundled data.
Exceptions for try-catch handling. These exceptions allow bundling of some data with the exception.
Definition in file data_exception.hpp.