#include <KeypleSeCommandException.h>
Inherits keyple::core::seproxy::exception::KeypleException.
Inherited by keyple::calypso::command::po::exception::CalypsoPoCommandException, keyple::calypso::command::sam::exception::CalypsoSamCommandException, and keyple::core::command::exception::KeypleSeCommandUnknownStatusException.
The exception
is the parent abstract class of all Keyple SE APDU commands exceptions.
◆ KeypleSeCommandException()
keyple::core::command::exception::KeypleSeCommandException::KeypleSeCommandException |
( |
const std::string & |
message, |
|
|
const std::shared_ptr< SeCommand > |
command, |
|
|
const int |
statusCode |
|
) |
| |
|
inlineprotected |
- Parameters
-
message | the message to identify the exception context |
command | the command |
statusCode | the status code (optional) |
◆ getCommand()
const std::shared_ptr<SeCommand> keyple::core::command::exception::KeypleSeCommandException::getCommand |
( |
| ) |
const |
|
inline |
◆ getStatusCode()
int keyple::core::command::exception::KeypleSeCommandException::getStatusCode |
( |
| ) |
const |
|
inline |
- Returns
- the status code (nullable)
The documentation for this class was generated from the following file: