Soprano 2.9.4
error.h File Reference
#include "soprano_export.h"
#include <QtCore/QString>
#include <QtCore/QSharedDataPointer>
+ Include dependency graph for error.h:
+ This graph shows which files directly or indirectly include this file:

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

namespace  Soprano
 
namespace  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 QTextStreamoperator<< (QTextStream &s, const Soprano::Error::Error &)
 

Function Documentation

◆ operator<<() [1/2]

SOPRANO_EXPORT QDebug operator<< ( QDebug s,
const Soprano::Error::Error &  )

◆ operator<<() [2/2]