List of all members
ItemExistsException< T > Class Template Reference

Thrown when an attempt is made to add an existing item to a container. More...

#include <ContainerExceptions.hpp>

Inheritance diagram for ItemExistsException< T >:
[legend]
Collaboration diagram for ItemExistsException< T >:
[legend]

Additional Inherited Members

- Public Attributes inherited from BalauException
const std::string fullMessage
 The full message (includes file and line information). More...
 
const std::string message
 The message. More...
 

Detailed Description

template<typename T>
class Balau::Exception::ItemExistsException< T >

Thrown when an attempt is made to add an existing item to a container.


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