Seamly2D
Code documentation
VExceptionUndo Class Reference

#include <vexceptionundo.h>

Inheritance diagram for VExceptionUndo:
Collaboration diagram for VExceptionUndo:

Public Member Functions

 VExceptionUndo (const QString &what)
 
 VExceptionUndo (const VExceptionUndo &e)
 
virtual ~VExceptionUndo () Q_DECL_EQ_DEFAULT
 
- Public Member Functions inherited from VException
 VException (const QString &error)
 VException constructor exception. More...
 
 VException (const VException &e)
 VException copy constructor. More...
 
VExceptionoperator= (const VException &e)
 
virtual ~VException () Q_DECL_EQ_DEFAULT
 
virtual Q_NORETURN void raise () const Q_DECL_OVERRIDE
 raise method raise for exception More...
 
virtual Q_REQUIRED_RESULT VExceptionclone () const Q_DECL_OVERRIDE
 clone clone exception More...
 
virtual QString ErrorMessage () const
 ErrorMessage return main error message. More...
 
virtual QString DetailedInformation () const
 DetailedInformation return detailed information about error. More...
 
QString WhatUtf8 () const
 What return string with error. More...
 
void AddMoreInformation (const QString &info)
 AddMoreInformation add more information for error. More...
 
QString MoreInformation () const
 MoreInformation return more information for error. More...
 
virtual const char * what () const Q_DECL_OVERRIDE
 

Additional Inherited Members

- Protected Member Functions inherited from VException
QString MoreInfo (const QString &detInfo) const
 
- Protected Attributes inherited from VException
QString error
 error string with error More...
 
QString moreInfo
 moreInfo more information about error More...
 

Detailed Description

Definition at line 61 of file vexceptionundo.h.

Constructor & Destructor Documentation

◆ VExceptionUndo() [1/2]

VExceptionUndo::VExceptionUndo ( const QString &  what)
explicit

Definition at line 57 of file vexceptionundo.cpp.

◆ VExceptionUndo() [2/2]

VExceptionUndo::VExceptionUndo ( const VExceptionUndo e)

Definition at line 62 of file vexceptionundo.cpp.

◆ ~VExceptionUndo()

virtual VExceptionUndo::~VExceptionUndo ( )
virtual

The documentation for this class was generated from the following files: