EasyDelegate  2.0
Delegate and deferred callers for C++11.
Public Member Functions | List of all members
EasyDelegate::InvalidMethodPointerException Class Reference

An exception type that is thrown by the EasyDelegate library when any delegate type has attempted to make a call against a NULL method pointer. More...

#include <exceptions.hpp>

Inheritance diagram for EasyDelegate::InvalidMethodPointerException:
EasyDelegate::DelegateException

Public Member Functions

virtual const char * what () const throw ()
 Returns a pointer to the exception text from the exception. More...
 

Detailed Description

An exception type that is thrown by the EasyDelegate library when any delegate type has attempted to make a call against a NULL method pointer.

Member Function Documentation

virtual const char* EasyDelegate::InvalidMethodPointerException::what ( ) const
throw (
)
inlinevirtual

Returns a pointer to the exception text from the exception.

Returns
A pointer to the exception text in this exception.

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