SASSY
0.0
Software Architecture Support System
|
An exception object with stream semantics. More...
#include <stdexcept>
#include <string>
#include <sstream>
#include <vector>
#include <errno.h>
#include <string.h>
Go to the source code of this file.
Classes | |
class | rdf::vxt< N > |
An exception object with severity levels. More... | |
Namespaces | |
rdf | |
The namespace for the Resource Description Framework interface. | |
Macros | |
#define | VX(x) vx(x, __FILE__, __LINE__ ) |
Macro to include file name and line number in exception messages. | |
Typedefs | |
using | vx = rdf::vxt< rdf::rdf_class > |
A project specific exception class. | |
Enumerations | |
enum | rdf::Severity { rdf::Emergency, rdf::Alert, rdf::Critical, rdf::Error, rdf::Code, rdf::Warning, rdf::Notice, rdf::Info, rdf::Debug } |
Severity levels for log messages. More... | |
An exception object with stream semantics.