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)
SOPRANO_EXPORT QDebug operator<<(QDebug s, const Soprano::Node &)
Core class of Soprano's exception system.
Represents a parser error in Soprano.
SOPRANO_EXPORT QString errorMessage(ErrorCode)
Details of a parser Error.
Represents an error in Soprano.