![]() |
Shamrock 2025.10.0
Astrophysical Code
|
Exception handler for exeption in this lib. More...
Inheritance diagram for ShamCmdOptException:
Collaboration diagram for ShamCmdOptException:Public Member Functions | |
| ShamCmdOptException (const char *message) | |
| Exception CTOR from a message (cstring) | |
| ShamCmdOptException (const std::string &message) | |
| Exception CTOR from a message (string) | |
| virtual | ~ShamCmdOptException () noexcept |
| Destructor. | |
| virtual const char * | what () const noexcept |
| Get the message attached to the exception. | |
Protected Attributes | |
| std::string | msg_ |
| Held message. | |
Exception handler for exeption in this lib.
Definition at line 35 of file cmdopt.cpp.
|
inlineexplicit |
Exception CTOR from a message (cstring)
Definition at line 38 of file cmdopt.cpp.
|
inlineexplicit |
Exception CTOR from a message (string)
Definition at line 41 of file cmdopt.cpp.
|
inlinevirtualnoexcept |
Destructor.
Definition at line 44 of file cmdopt.cpp.
|
inlinevirtualnoexcept |
Get the message attached to the exception.
Definition at line 47 of file cmdopt.cpp.
|
protected |
Held message.
Definition at line 51 of file cmdopt.cpp.