Keyple Util C++ Library 2.0.0
Reference Terminal Reader API for C++
Public Member Functions | List of all members
keyple::core::util::cpp::exception::FileNotFoundException Class Reference

#include <FileNotFoundException.h>

Inheritance diagram for keyple::core::util::cpp::exception::FileNotFoundException:
Inheritance graph
[legend]
Collaboration diagram for keyple::core::util::cpp::exception::FileNotFoundException:
Collaboration graph
[legend]

Public Member Functions

 FileNotFoundException (const std::string &message)
 
 FileNotFoundException (const std::string &message, const std::exception cause)
 
- Public Member Functions inherited from keyple::core::util::cpp::exception::IOException
 IOException (const std::string &message)
 
 IOException (const std::string &message, const std::exception cause)
 
- Public Member Functions inherited from keyple::core::util::cpp::exception::Exception
 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< ExceptiongetCause () const
 
bool operator== (const Exception &o) const
 

Detailed Description

Definition at line 23 of file FileNotFoundException.h.

Constructor & Destructor Documentation

◆ FileNotFoundException() [1/2]

keyple::core::util::cpp::exception::FileNotFoundException::FileNotFoundException ( const std::string &  message)
inline

Definition at line 28 of file FileNotFoundException.h.

◆ FileNotFoundException() [2/2]

keyple::core::util::cpp::exception::FileNotFoundException::FileNotFoundException ( const std::string &  message,
const std::exception  cause 
)
inline

Definition at line 33 of file FileNotFoundException.h.


The documentation for this class was generated from the following file: