Keyple C++
0.9.0
Keyple, an Open Source SDK for Ticketing
|
#include <CalypsoSamAnomalyException.h>
Inherits keyple::calypso::transaction::exception::CalypsoPoTransactionException.
Public Member Functions | |
CalypsoSamAnomalyException (const std::string &message, const std::exception &cause) | |
const CalypsoSamCommandException & | getCause () override |
![]() | |
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 |
Additional Inherited Members | |
![]() | |
CalypsoPoTransactionException (const std::string &message) | |
CalypsoPoTransactionException (const std::string &message, const std::exception &cause) | |
The exception
indicates an anomaly in the SAM.
This can occur if the SAM is not Calypso compliant.
|
inline |
Encapsulates an unexpected keyple::calypso::command::sam::exception::CalypsoSamCommandException exception.
message | message to identify the exception context |
cause | the cause |
|
inlineoverride |