#include <exception>
#include <string>
#include <sstream>
#include "typedefs.h"
Go to the source code of this file.
Namespaces | |
namespace | libgexf |
Classes | |
class | libgexf::ReadLockException |
Exception occuring on a read-lock. More... | |
class | libgexf::WriteLockException |
Exception occuring on a write-lock. More... | |
class | libgexf::FileWriterException |
Exception occuring when writing a file. More... | |
class | libgexf::FileReaderException |
Exception occuring when reading a file. More... |