#include <exception.h>
Public Member Functions | |
EmptyCollectionException (void) | |
~EmptyCollectionException () | |
virtual std::string | getMessage (void) |
seal::EmptyCollectionException::EmptyCollectionException | ( | void | ) | [inline] |
Constructor.
seal::EmptyCollectionException::~EmptyCollectionException | ( | ) | [inline] |
Destructor.
virtual std::string seal::EmptyCollectionException::getMessage | ( | void | ) | [inline, virtual] |
Returns the exception specific message.
Implements seal::Exception.