#include "soprano_export.h"
#include <QtCore/QString>
#include <QtCore/QSharedDataPointer>
Go to the source code of this file.
Namespaces | |
namespace | Soprano |
namespace | Soprano::Error |
Classes | |
class | Soprano::Error::Error |
Represents an error in Soprano. More... | |
class | Soprano::Error::ParserError |
Represents a parser error in Soprano. More... | |
class | Soprano::Error::ErrorCache |
Core class of Soprano's exception system. More... | |
Enumerations | |
enum | Soprano::Error::ErrorCode { Soprano::Error::ErrorNone = 0x0, Soprano::Error::ErrorInvalidArgument = 0x1, Soprano::Error::ErrorInvalidStatement = ErrorInvalidArgument, Soprano::Error::ErrorNotSupported = 0x2, Soprano::Error::ErrorParsingFailed = 0x3, Soprano::Error::ErrorPermissionDenied = 0x4, Soprano::Error::ErrorUnknown = 0x1000 } |
Functions | |
SOPRANO_EXPORT QString | Soprano::Error::errorMessage (ErrorCode) |
SOPRANO_EXPORT ErrorCode | Soprano::Error::convertErrorCode (int code) |
SOPRANO_EXPORT QDebug | operator<< (QDebug s, const Soprano::Error::Error &) |
SOPRANO_EXPORT QTextStream & | operator<< (QTextStream &s, const Soprano::Error::Error &) |
SOPRANO_EXPORT QDebug operator<< | ( | QDebug | s, | |
const Soprano::Error::Error & | ||||
) |
SOPRANO_EXPORT QTextStream& operator<< | ( | QTextStream & | s, | |
const Soprano::Error::Error & | ||||
) |