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

#include <Exception.h>

Inheritance diagram for XBMCAddon::UnhandledException:
XbmcCommons::Exception

Public Member Functions

 UnhandledException (const UnhandledException &other)=default
 
 UnhandledException (const char *_message,...)
 
- 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

This is what callback exceptions from the scripting language are translated to.

Constructor & Destructor Documentation

◆ UnhandledException() [1/2]

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

◆ UnhandledException() [2/2]

XBMCAddon::UnhandledException::UnhandledException ( const char * _message,
... )
inline

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