IODA
Exception.h File Reference

IODA's error system. More...

#include <exception>
#include <iostream>
#include <list>
#include <sstream>
#include <string>
#include <utility>
#include "./defs.h"
#include "Misc/Options.h"
#include "Misc/compat/std/source_location_compat.h"
Include dependency graph for Exception.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ioda::Exception
 The ioda exception class. More...
 

Namespaces

 ioda
 

Functions

IODA_DL void ioda::unwind_exception_stack (const std::exception &e, std::ostream &out=std::cerr, int level=0)
 Convenience function for unwinding an exception stack. More...
 

Detailed Description

IODA's error system.

Definition in file Exception.h.