22 #ifndef _SOPRANO_ERROR_H_ 23 #define _SOPRANO_ERROR_H_ 27 #include <QtCore/QString> 28 #include <QtCore/QSharedDataPointer> 153 bool isParserError()
const;
242 virtual Error lastError()
const;
250 void clearError()
const;
257 void setError(
const Error& )
const;
SOPRANO_EXPORT ErrorCode convertErrorCode(int code)
Core class of Soprano's exception system.
SOPRANO_EXPORT QDebug operator<<(QDebug dbg, const Graph &graph)
Represents a parser error in Soprano.
SOPRANO_EXPORT QString errorMessage(ErrorCode)
Details of a parser Error.
Represents an error in Soprano.