![]() |
Keyple Util C++ Library 2.3.0.5-SNAPSHOT
Reference Terminal Reader API for C++
|
#include <IllegalStateException.h>
Public Member Functions | |
IllegalStateException (const std::string &message) | |
IllegalStateException (const std::string &message, const std::shared_ptr< Exception > cause) | |
![]() | |
Exception () | |
Exception (const Exception &o) | |
Exception (const std::string &message) | |
Exception (const std::string &message, const std::shared_ptr< Exception > cause) | |
const std::string & | getMessage () const |
const std::shared_ptr< Exception > | getCause () const |
const char * | what () const noexcept override |
bool | operator== (const Exception &o) const |
Definition at line 23 of file IllegalStateException.h.
|
inline |
Definition at line 28 of file IllegalStateException.h.
|
inline |
Definition at line 33 of file IllegalStateException.h.