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

#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)
 
- Public Member Functions inherited from keyple::common::exception::RuntimeException
 RuntimeException (const std::string &message)
 
 RuntimeException (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
 

Detailed Description

Base Exception for all Keyple Checked Exception

Constructor & Destructor Documentation

◆ KeypleException() [1/2]

keyple::core::seproxy::exception::KeypleException::KeypleException ( const std::string &  msg)
inline

◆ KeypleException() [2/2]

keyple::core::seproxy::exception::KeypleException::KeypleException ( const std::string &  msg,
const std::exception &  cause 
)
inline

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