#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 | |
namespace | zorba |
Copyright 2006-2011 The FLWOR Foundation. | |
namespace | 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. |