#include <YUIException.h>
Public Member Functions | |
YUISetReadOnlyPropertyException (const YProperty &property, YWidget *widget=0) | |
![]() | |
YProperty | property () const |
YWidget * | widget () const |
void | setWidget (YWidget *w) |
![]() | |
YUIException () | |
YUIException (const std::string &msg_r) | |
virtual | ~YUIException () throw () |
const YCodeLocation & | where () const |
void | relocate (const YCodeLocation &newLocation) const |
const std::string & | msg () const |
void | setMsg (const std::string &msg) |
std::string | asString () const |
virtual const char * | what () const throw () |
Protected Member Functions | |
virtual std::ostream & | dumpOn (std::ostream &str) const |
![]() | |
YUIPropertyException (const YProperty &prop, YWidget *widget=0) | |
Additional Inherited Members | |
![]() | |
static std::string | strErrno (int errno_r) |
static std::string | strErrno (int errno_r, const std::string &msg) |
static void | log (const YUIException &exception, const YCodeLocation &location, const char *const prefix) |
Exception class for attempt to set a read-only property.
|
protectedvirtual |
Write proper error message with all relevant data. Reimplemented from YUIException.
Implements YUIPropertyException.