PermissionException Class Reference

#include <exceptions.h>

Inheritance diagram for PermissionException:
CObjectException

List of all members.

Public Member Functions

 PermissionException (std::string _message)
 ~PermissionException () throw ()
const char * what () const throw ()
void getMessage (std::string _message)

Private Attributes

const std::string message

Detailed Description

Exception for permission violation.


Constructor & Destructor Documentation

PermissionException::PermissionException ( std::string  _message  )  [inline]

Exception constructor.

Parameters:
_message Feature description which is not implemented.
PermissionException::~PermissionException (  )  throw () [inline]

Member Function Documentation

void PermissionException::getMessage ( std::string  _message  )  [inline]

References message.

const char* PermissionException::what (  )  const throw () [inline]

References message.


Member Data Documentation

const std::string PermissionException::message [private]

Referenced by getMessage(), and what().


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