Keyple Card Calypso C++ Library 2.1.0
Reference Terminal Reader API for C++
src
main
CardSecurityDataException.h
Go to the documentation of this file.
1
/**************************************************************************************************
2
* Copyright (c) 2022 Calypso Networks Association https://calypsonet.org/ *
3
* *
4
* See the NOTICE file(s) distributed with this work for additional information regarding *
5
* copyright ownership. *
6
* *
7
* This program and the accompanying materials are made available under the terms of the Eclipse *
8
* Public License 2.0 which is available at http://www.eclipse.org/legal/epl-2.0 *
9
* *
10
* SPDX-License-Identifier: EPL-2.0 *
11
**************************************************************************************************/
12
13
#pragma once
14
15
/* Keyple Card Calypso */
16
#include "
CardCommandException.h
"
17
18
namespace
keyple
{
19
namespace
card {
20
namespace
calypso {
21
30
class
CardSecurityDataException
final :
public
CardCommandException
{
31
public
:
40
CardSecurityDataException
(
const
std::string& message,
41
const
CalypsoCardCommand
& command,
42
const
std::shared_ptr<int> statusWord)
43
:
CardCommandException
(message, command, statusWord) {}
44
};
45
46
}
47
}
48
}
CardCommandException.h
keyple::card::calypso::CalypsoCardCommand
Definition:
CalypsoCardCommand.h:31
keyple::card::calypso::CardCommandException
Definition:
CardCommandException.h:29
keyple::card::calypso::CardSecurityDataException
Definition:
CardSecurityDataException.h:30
keyple::card::calypso::CardSecurityDataException::CardSecurityDataException
CardSecurityDataException(const std::string &message, const CalypsoCardCommand &command, const std::shared_ptr< int > statusWord)
Definition:
CardSecurityDataException.h:40
keyple
Definition:
AbstractApduCommand.cpp:20
Generated by
1.9.2