mbo::NullPointer< _Ty >::nullptr_access Class Reference

exception for null-pointer access violations More...

#include <MboRefCntPtr.h>

Inheritance diagram for mbo::NullPointer< _Ty >::nullptr_access:

Inheritance graph
{mbo::runtime_error\n||+ mbo_exception()\l+ mbo_exception()\l+ get_exception_name()\l}{base_exception\n||}{mbo::mbo_stack_trace\n|# m_strStackTrace\l|+ mbo_stack_trace()\l+ mbo_stack_trace()\l+ get_stack_trace()\l}
[legend]
Collaboration diagram for mbo::NullPointer< _Ty >::nullptr_access:

Collaboration graph
{mbo::runtime_error\n||+ mbo_exception()\l+ mbo_exception()\l+ get_exception_name()\l}{base_exception\n||}{mbo::mbo_stack_trace\n|# m_strStackTrace\l|+ mbo_stack_trace()\l+ mbo_stack_trace()\l+ get_stack_trace()\l}
[legend]

List of all members.

Public Member Functions

 nullptr_access (const char *szWhat="Null pointer access")


Detailed Description

template<class _Ty>
class mbo::NullPointer< _Ty >::nullptr_access

exception for null-pointer access violations

Definition at line 157 of file MboRefCntPtr.h.


Constructor & Destructor Documentation

template<class _Ty>
mbo::NullPointer< _Ty >::nullptr_access::nullptr_access ( const char *  szWhat = "Null pointer access"  )  [inline, explicit]

The constructor takes an optional error message

Definition at line 162 of file MboRefCntPtr.h.

00163             : mbo::runtime_error(szWhat)
00164         {
00165         }


The documentation for this class was generated from the following file:
  Hosted on code.google.com  
© Marcus Börger
Generated on Fri Jan 18 21:21:12 2008 for MBO-lib by doxygen 1.5.4