Guiliani  Version 2.5 revision 7293 (documentation build 13)
CGUISoundResourceException Class Reference

This is an exception class for handling the sound resources. More...

#include <GUISoundResourceException.h>

Inheritance diagram for CGUISoundResourceException:

Public Member Functions

 CGUISoundResourceException (const CGUISoundResourceException &kSource)
 
 CGUISoundResourceException (const eC_String &kResourcePath, const SoundResource_t eSndID)
 
 ~CGUISoundResourceException ()
 
CGUISoundResourceExceptionoperator= (const CGUISoundResourceException &kSource)
 
virtual eC_String Report () const
 
- Public Member Functions inherited from CGUIResourceException
 CGUIResourceException (const CGUIResourceException &kSource)
 
 CGUIResourceException (const eC_String &kResourcePath)
 
 ~CGUIResourceException ()
 
CGUIResourceExceptionoperator= (const CGUIResourceException &kSource)
 
virtual eC_String Report () const
 
- Public Member Functions inherited from CGUIException
 CGUIException ()
 
virtual ~CGUIException ()
 
virtual eC_String Report () const
 

Additional Inherited Members

- Protected Attributes inherited from CGUIResourceException
eC_String m_kResourcePath
 

Detailed Description

This is an exception class for handling the sound resources.

It will report which sound and what file have problem.

Constructor & Destructor Documentation

◆ CGUISoundResourceException() [1/2]

CGUISoundResourceException::CGUISoundResourceException ( const eC_String &  kResourcePath,
const SoundResource_t  eSndID 
)

Standard-constructor.

Parameters
kResourcePathThe font resource path.
eSndIDThe sound resource id.

◆ ~CGUISoundResourceException()

CGUISoundResourceException::~CGUISoundResourceException ( )

Destructor.

◆ CGUISoundResourceException() [2/2]

CGUISoundResourceException::CGUISoundResourceException ( const CGUISoundResourceException kSource)

Copy-constructor.

Parameters
kSourceSource object to be copied.

Member Function Documentation

◆ operator=()

CGUISoundResourceException & CGUISoundResourceException::operator= ( const CGUISoundResourceException kSource)

Operator= method.

Parameters
kSourceSource object to be copied.
Returns
This instance.

◆ Report()

virtual eC_String CGUISoundResourceException::Report ( ) const
virtual

Report the message of the exception.

Returns
The message of the exception.

Reimplemented from CGUIResourceException.


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