Keyple C++
0.9.0
Keyple, an Open Source SDK for Ticketing
|
#include <CalypsoSamIllegalArgumentException.h>
Inherits keyple::calypso::command::sam::exception::CalypsoSamCommandException.
Public Member Functions | |
CalypsoSamIllegalArgumentException (const std::string &message, const std::shared_ptr< CalypsoSamCommand > command) | |
![]() | |
const std::shared_ptr< SeCommand > | getCommand () const |
int | getStatusCode () const |
![]() | |
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 | |
![]() | |
CalypsoSamCommandException (const std::string &message, const std::shared_ptr< CalypsoSamCommand > command, const int statusCode) | |
![]() | |
KeypleSeCommandException (const std::string &message, const std::shared_ptr< SeCommand > command, const int statusCode) | |
The exception
indicates that the input user data do not allow to build a syntactically correct command.
|
inline |
message | the message to identify the exception context |
command | the Calypso SAM command |