21#ifndef CUTELEE_EXCEPTION_H
22#define CUTELEE_EXCEPTION_H
24#include "cutelee_templates_export.h"
26#include <QtCore/QString>
41 UnclosedBlockTagError,
47 ObjectReturnTypeInvalid,
92 : m_errorCode(errorCode), m_what(what)
104 const QString what()
const throw() {
return m_what; }
111 Error errorCode()
const {
return m_errorCode; }
An exception for use when implementing template tags.
Exception(Error errorCode, const QString &what)
The Cutelee namespace holds all public Cutelee API.