![]() |
API Documentation
|
An Exception thrown when the user cancels an operation. This is not a true error but designed to be used in control paths that allow users to cancel activities. More...
#include <Exception.h>
Public Member Functions | |
| CancelException (const TranslatedString &message) | |
Public Member Functions inherited from Exception | |
| Exception (const std::exception &exception) | |
| Exception (const String &title, const bool &capture_stack=true) | |
| Exception (const TranslatedString &title, const bool &capture_stack=true) | |
| Exception (const TranslatedString &title, const TranslatedString &message, const bool &capture_stack=true) | |
| virtual const TranslatedString & | getCategory () const |
| virtual TranslatedString | getMessage () const |
| virtual uint04 | getPriority () const |
| virtual const TranslatedString & | getTitle () const |
| UUID | id () const |
| void | printToLogger () |
| void | setCategory (const TranslatedString &category) |
| virtual void | setMessage (const TranslatedString &message) |
| void | setThread (const String &thread) |
| void | setTitle (const TranslatedString &title) |
| virtual const String & | stackTrace () const |
| const String & | thread () const |
| virtual | ~Exception ()=default |
Additional Inherited Members | |
Protected Attributes inherited from Exception | |
| TranslatedString | m_category |
| TranslatedString | m_message |
| uint04 | m_priority |
| String | m_stack_trace |
| String | m_thread |
| TranslatedString | m_title |
An Exception thrown when the user cancels an operation. This is not a true error but designed to be used in control paths that allow users to cancel activities.
| CancelException | ( | const TranslatedString & | message | ) |