#include <iostream>
#include <exception>
#include <string>
#include <zorba/config.h>
#include <zorba/internal/unique_ptr.h>
#include <zorba/error.h>
Go to the source code of this file.
Classes | |
class | zorba::ZorbaException |
A ZorbaException is the base class for all Zorba exceptions. More... | |
Namespaces | |
zorba | |
Copyright 2006-2011 The FLWOR Foundation. | |
zorba::serialization | |
Functions | |
void | zorba::serialization::operator& (Archiver &, ZorbaException *&) |
std::ostream & | zorba::operator<< (std::ostream &o, ZorbaException const &e) |
Emits the given ZorbaException to the given ostream. More... | |
std::ostream & | zorba::operator<< (std::ostream &o, ZorbaException::print_format f) |
Sets the format for the next ZorbaException that's printed. More... | |