Keyple C++
0.9.0
Keyple, an Open Source SDK for Ticketing
|
#include <KeypleException.h>
Inherits keyple::common::exception::RuntimeException.
Inherited by keyple::calypso::exception::CalypsoNoSamResourceAvailableException, keyple::calypso::transaction::exception::CalypsoPoTransactionException, keyple::core::command::exception::KeypleSeCommandException, keyple::core::seproxy::exception::KeypleAllocationNoReaderException, keyple::core::seproxy::exception::KeypleAllocationReaderException, keyple::core::seproxy::exception::KeyplePluginException, and keyple::core::seproxy::exception::KeypleReaderException.
Public Member Functions | |
KeypleException (const std::string &msg) | |
KeypleException (const std::string &msg, const std::exception &cause) | |
![]() | |
RuntimeException (const std::string &message) | |
RuntimeException (const std::string &message, const std::exception cause) | |
![]() | |
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 |
Base Exception for all Keyple Checked Exception
|
inline |
|
inline |