libyui
3.3.1
|
Exception class for "value other than YD_HORIZ or YD_VERT used for dimension". More...
#include <YUIException.h>
Additional Inherited Members | |
![]() | |
YUIException () | |
Default constructor. More... | |
YUIException (const std::string &msg_r) | |
Constructor taking a message. More... | |
virtual | ~YUIException () throw () |
Destructor. | |
const YCodeLocation & | where () const |
Return YCodeLocation. | |
void | relocate (const YCodeLocation &newLocation) const |
Exchange location on rethrow. | |
const std::string & | msg () const |
Return the message string provided to the constructor. More... | |
void | setMsg (const std::string &msg) |
Set a new message string. | |
std::string | asString () const |
Error message provided by dumpOn as string. | |
virtual const char * | what () const throw () |
Return message string. More... | |
![]() | |
static std::string | strErrno (int errno_r) |
Make a string from errno_r. | |
static std::string | strErrno (int errno_r, const std::string &msg) |
Make a string from errno_r and msg_r. | |
static void | log (const YUIException &exception, const YCodeLocation &location, const char *const prefix) |
Drop a log line on throw, catch or rethrow. More... | |
![]() | |
virtual std::ostream & | dumpOn (std::ostream &str) const |
Overload this to print a proper error message. | |
Exception class for "value other than YD_HORIZ or YD_VERT used for dimension".
Definition at line 792 of file YUIException.h.