|
degate 0.1.1
|
This exception is thrown if a method failed to lookup an object in a collection type, such as in a std::map or list. More...
#include <degate_exceptions.h>

Public Member Functions | |
| CollectionLookupException () | |
| CollectionLookupException (std::string const &str) | |
This exception is thrown if a method failed to lookup an object in a collection type, such as in a std::map or list.
Definition at line 137 of file degate_exceptions.h.
| degate::CollectionLookupException::CollectionLookupException | ( | ) | [inline] |
Definition at line 139 of file degate_exceptions.h.
: DegateRuntimeException("Failed to lookup an object in a collection." ) {}
| degate::CollectionLookupException::CollectionLookupException | ( | std::string const & | str | ) | [inline] |
Definition at line 140 of file degate_exceptions.h.
: DegateRuntimeException(str) {}
1.7.4