Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
XbmcCommons Namespace Reference

Classes

class  Buffer
 
class  BufferException
 
class  Exception
 

Functions

 XBMCCOMMONS_STANDARD_EXCEPTION (UncheckedException)
 

Function Documentation

◆ XBMCCOMMONS_STANDARD_EXCEPTION()

XbmcCommons::XBMCCOMMONS_STANDARD_EXCEPTION ( UncheckedException )

This class forms the base class for unchecked exceptions. Unchecked exceptions are those that really shouldn't be handled explicitly. For example, on windows when a access violation is converted to a win32_exception, there's nothing that can be done in most code. The outer most stack frame might try to do some error logging prior to shutting down, but that's really it.