|
kodi
|
UnimplementedException Can be used in places like the Control hierarchy where the requirements of dynamic language usage force us to add unimplemented methods to a class hierarchy. More...
#include <Exception.h>


Public Member Functions | |
| UnimplementedException (const UnimplementedException &other)=default | |
| UnimplementedException (const char *classname, const char *methodname) | |
Public Member Functions inherited from XbmcCommons::Exception | |
| virtual void | LogThrowMessage (const char *prefix=NULL) const |
| virtual const char * | GetExMessage () const |
Additional Inherited Members | |
Protected Member Functions inherited from XbmcCommons::Exception | |
| Exception (const char *classname_) | |
| Exception (const char *classname_, const char *message_) | |
| Exception (const Exception &other)=default | |
| void | Set (const char *fmt, va_list &argList) |
| This method is called from the constructor of subclasses. More... | |
| void | SetMessage (const char *fmt,...) XBMCCOMMONS_ATTRIB_EXCEPTION_FORMAT |
| This message can be called from the constructor of subclasses. More... | |
| void | setClassname (const char *cn) |
UnimplementedException Can be used in places like the Control hierarchy where the requirements of dynamic language usage force us to add unimplemented methods to a class hierarchy.
See the detailed explanation on the class Control for more.
1.8.13