Keyple C++  0.9.0
Keyple, an Open Source SDK for Ticketing
Public Member Functions | List of all members
keyple::common::exception::FileNotFoundException Class Reference

#include <FileNotFoundException.h>

Inherits keyple::common::exception::IOException.

Public Member Functions

 FileNotFoundException (const std::string &message)
 
 FileNotFoundException (const std::string &message, const std::exception cause)
 
- Public Member Functions inherited from keyple::common::exception::IOException
 IOException (const std::string &message)
 
 IOException (const std::string &message, const std::exception cause)
 
- Public Member Functions inherited from keyple::common::exception::Exception
 Exception ()
 
 Exception (const std::string &message)
 
 Exception (const std::string &message, const std::exception cause)
 
const std::string & getMessage () const
 
const std::exception & getCause () const
 

Constructor & Destructor Documentation

◆ FileNotFoundException() [1/2]

keyple::common::exception::FileNotFoundException::FileNotFoundException ( const std::string &  message)
inline

◆ FileNotFoundException() [2/2]

keyple::common::exception::FileNotFoundException::FileNotFoundException ( const std::string &  message,
const std::exception  cause 
)
inline

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