Balau exceptions for containers. More...
#include <Balau/Exception/BalauException.hpp>Go to the source code of this file.
Classes | |
| class | EmptyException |
| Thrown when a request is made for an element but no elements are available. More... | |
| class | IndexOutOfRangeException |
| Thrown when a specified index is not in the valid range. More... | |
| class | ItemDoesNotExistException< T > |
| Thrown when an attempt is made to remove a non-existing item in a container. More... | |
| class | ItemExistsException< T > |
| Thrown when an attempt is made to add an existing item to a container. More... | |
| class | RelationshipDoesNotExistException< T, U > |
| Thrown when a non-existent relationship between two items is requested. More... | |
| class | SizeException |
| Thrown when an invalid size is supplied or detected. More... | |
Namespaces | |
| Balau::Exception | |
| All exception classes. | |
Balau exceptions for containers.