Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
XBMCAddon::UnimplementedException Class Reference

#include <Exception.h>

Inheritance diagram for XBMCAddon::UnimplementedException:
XbmcCommons::Exception

Public Member Functions

 UnimplementedException (const UnimplementedException &other)=default
 
 UnimplementedException (const char *classname, const char *methodname)
 
- Public Member Functions inherited from XbmcCommons::Exception
virtual ~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)
 
void SetMessage (const char *fmt,...) XBMCCOMMONS_ATTRIB_EXCEPTION_FORMAT
 
void setClassname (const char *cn)
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ UnimplementedException() [1/2]

XBMCAddon::UnimplementedException::UnimplementedException ( const UnimplementedException & other)
inlinedefault

◆ UnimplementedException() [2/2]

XBMCAddon::UnimplementedException::UnimplementedException ( const char * classname,
const char * methodname )
inline

The documentation for this class was generated from the following file: