No such element exception class.
More...
#include <Exception.h>
|
|
| NoSuchElementException () |
| | Creates a new instance.
|
| | NoSuchElementException (const std::string &mess) |
| | Creates a new instance.
|
|
virtual | ~NoSuchElementException () |
| | Destructor.
|
| const std::string & | Message () const |
| | Gets the message of the exception.
|
| void | SetMessage (const std::string &mess) |
| | Sets the message of the exception.
|
|
|
std::string | message |
| | Message of the exception.
|
No such element exception class.
- Author
- Sparsity Technologies http://www.sparsity-technologies.com
◆ NoSuchElementException()
| NoSuchElementException::NoSuchElementException |
( |
const std::string & | mess | ) |
|
Creates a new instance.
- Parameters
-
| mess | [in] Message of the exception. |
◆ Message()
| const std::string & Exception::Message |
( |
| ) |
const |
|
inherited |
Gets the message of the exception.
It should be called GetMessage but this is not possible because of a macro defined in Windows.
- Returns
- The message of the exception.
◆ SetMessage()
| void Exception::SetMessage |
( |
const std::string & | mess | ) |
|
|
inherited |
Sets the message of the exception.
- Parameters
-
The documentation for this class was generated from the following file: