Keyple Util C++ Library 2.0.0
Reference Terminal Reader API for C++
src
main
cpp
exception
UnsupportedOperationException.h
Go to the documentation of this file.
1
/**************************************************************************************************
2
* Copyright (c) 2021 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
#include "
RuntimeException.h
"
16
17
namespace
keyple
{
18
namespace
core {
19
namespace
util {
20
namespace
cpp {
21
namespace
exception {
22
23
class
UnsupportedOperationException
:
public
RuntimeException
{
24
public
:
28
UnsupportedOperationException
() :
RuntimeException
() {}
29
33
UnsupportedOperationException
(
const
std::string& message) :
RuntimeException
(message) {}
34
38
UnsupportedOperationException
(
const
std::string& message,
39
const
std::shared_ptr<Exception> cause)
40
:
RuntimeException
(message, cause) {}
41
};
42
43
}
44
}
45
}
46
}
47
}
RuntimeException.h
keyple::core::util::cpp::exception::RuntimeException
Definition:
RuntimeException.h:23
keyple::core::util::cpp::exception::UnsupportedOperationException
Definition:
UnsupportedOperationException.h:23
keyple::core::util::cpp::exception::UnsupportedOperationException::UnsupportedOperationException
UnsupportedOperationException(const std::string &message, const std::shared_ptr< Exception > cause)
Definition:
UnsupportedOperationException.h:38
keyple::core::util::cpp::exception::UnsupportedOperationException::UnsupportedOperationException
UnsupportedOperationException(const std::string &message)
Definition:
UnsupportedOperationException.h:33
keyple::core::util::cpp::exception::UnsupportedOperationException::UnsupportedOperationException
UnsupportedOperationException()
Definition:
UnsupportedOperationException.h:28
keyple
Definition:
ApduUtil.cpp:18
Generated by
1.9.2