Exception description (API) More...
Public Member Functions | |
string | what () const |
string | textWhat () const |
string | htmlWhat () const |
Static Public Member Functions | |
static void | setTextTranslator (const TextTranslator &translator) |
static void | setHtmlTranslator (const TextTranslator &translator) |
Exception description (API)
The Exception class groups all exceptions thrown by functions from the API. This virtual class is only useful to catch exceptions originating from one of those functions.
|
inline |
Returns: an alias over the textWhat() method for convenience.
References textWhat().
|
inline |
Returns: an informative (hopefully) about what has caused the exception to occurs. Formatted for an output on a tty.
Referenced by what().
|
inline |
Returns: an informative (hopefully) about what has caused the exception to occurs. Formatted for an output on a HTML capable device.
|
inlinestatic |
Set the translator used for text (tty) output.
|
inlinestatic |
Set the translator used for HTML (hint: Qt manage simple HTML in text) output.
Generated by doxygen 1.9.1 on Thu Aug 11 2022 | Return to top of page |
Hurricane VLSI Database | Copyright © 2000-2020 Bull S.A. All rights reserved |