![]() |
Keyple Util C++ Library 2.0.0
Reference Terminal Reader API for C++
|
#include <FileNotFoundException.h>
Public Member Functions | |
FileNotFoundException (const std::string &message) | |
FileNotFoundException (const std::string &message, const std::exception cause) | |
![]() | |
IOException (const std::string &message) | |
IOException (const std::string &message, const std::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 |
bool | operator== (const Exception &o) const |
Definition at line 23 of file FileNotFoundException.h.
|
inline |
Definition at line 28 of file FileNotFoundException.h.
|
inline |
Definition at line 33 of file FileNotFoundException.h.