ROSE
0.11.96.11
|
Error for existing values.
This error is thrown when attempting to modify a container by inserting a value that already exists.
Definition at line 51 of file util/Sawyer/Exception.h.
#include <Exception.h>
Public Member Functions | |
AlreadyExists (const std::string &mesg) | |
Constructor taking a description of the error. | |
Public Member Functions inherited from Sawyer::Exception::DomainError | |
DomainError (const std::string &mesg) | |
Constructor taking a description of the error. | |
Public Member Functions inherited from Sawyer::Exception::RuntimeError | |
RuntimeError (const std::string &mesg) | |
Constructor taking a description of the error. | |