Soprano
2.9.4
|
Go to the source code of this file.
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... | |
Namespaces | |
Soprano | |
Soprano::Error | |
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::ErrorTimeout = 0x5 , 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 & | |||
) |