List of all members
ItemDoesNotExistException< T > Class Template Reference

Thrown when an attempt is made to remove a non-existing item in a container. More...

#include <ContainerExceptions.hpp>

Inheritance diagram for ItemDoesNotExistException< T >:
[legend]
Collaboration diagram for ItemDoesNotExistException< 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::ItemDoesNotExistException< T >

Thrown when an attempt is made to remove a non-existing item in a container.


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