Class sh::exceptions::ExceptionData¶
-
class
sh::exceptions
::
ExceptionData
: public QMap<QString, QString>¶ Used for specifying metadata for a sh::exceptions::Exception.
Public Functions
-
ExceptionData
(const ExceptionData &o)¶
-
ExceptionData
(const QMap<QString, QString> &o)¶
-
ExceptionData
()¶
-
ExceptionData
name
(QString name)¶
-
ExceptionData
classes
(QString classes)¶
-
ExceptionData
aux
(QString aux)¶
-
ExceptionData
details
(QString details)¶
-
ExceptionData
message
(QString message)¶
-
ExceptionData
runtime
()¶
-
ExceptionData
program
()¶
-
ExceptionData
retryable
(bool v = true)¶
-
ExceptionData
resumeable
(bool v = true)¶
-
ExceptionData
autoRetryRecommended
(int v = -1)¶
-
ExceptionData
detailsAreInteresting
(bool v = true)¶
-