ProteoWizard
|
An exception class inspired by Java's EnumConstantNotPresentException. More...
#include <EnumConstantNotPresentException.hpp>
Public Member Functions | |
EnumConstantNotPresentException (const std::string &_Message) | |
Constructor with string message. More... | |
EnumConstantNotPresentException (const char *_Message) | |
Constructor with char* message. More... | |
~EnumConstantNotPresentException () override throw () | |
Required override of destructor for std::exception. More... | |
const char * | what () const override throw () |
Provides descriptive message of error. More... | |
An exception class inspired by Java's EnumConstantNotPresentException.
Definition at line 26 of file EnumConstantNotPresentException.hpp.
|
inlineexplicit |
Constructor with string message.
Definition at line 30 of file EnumConstantNotPresentException.hpp.
|
inlineexplicit |
Constructor with char* message.
Definition at line 34 of file EnumConstantNotPresentException.hpp.
|
inlineoverride |
Required override of destructor for std::exception.
Definition at line 38 of file EnumConstantNotPresentException.hpp.
|
inlineoverride |
Provides descriptive message of error.
Definition at line 41 of file EnumConstantNotPresentException.hpp.