fw4spl
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
NegociateAssociationFailure.hpp
1
/* ***** BEGIN LICENSE BLOCK *****
2
* FW4SPL - Copyright (C) IRCAD, 2009-2016.
3
* Distributed under the terms of the GNU Lesser General Public License (LGPL) as
4
* published by the Free Software Foundation.
5
* ****** END LICENSE BLOCK ****** */
6
7
#ifndef __FWPACSIO_EXCEPTIONS_NEGOCIATEASSOCIATIONFAILURE_HPP__
8
#define __FWPACSIO_EXCEPTIONS_NEGOCIATEASSOCIATIONFAILURE_HPP__
9
10
#include "fwPacsIO/config.hpp"
11
#include "fwPacsIO/exceptions/Base.hpp"
12
13
namespace
fwPacsIO
14
{
15
namespace
exceptions
16
{
17
21
class
FWPACSIO_CLASS_API
NegociateAssociationFailure
:
public
fwPacsIO::exceptions::Base
22
{
23
public
:
28
FWPACSIO_API
NegociateAssociationFailure
(
const
std::string& message);
29
31
FWPACSIO_API
virtual
~NegociateAssociationFailure() noexcept;
32
33
};
34
35
}
//exceptions
36
}
//fwPacsIO
37
38
39
#endif
/* __FWPACSIO_EXCEPTIONS_NEGOCIATEASSOCIATIONFAILURE_HPP__ */
fwPacsIO
fwPacsIO contains classes used to communicate with a PACS.
Definition:
PacsConfiguration.hpp:17
fwPacsIO::exceptions::Base
Base class of fwPacsIO Exceptions.
Definition:
io/fwPacsIO/include/fwPacsIO/exceptions/Base.hpp:22
fwPacsIO::exceptions::NegociateAssociationFailure
NegociateAssociationFailure Exceptions.
Definition:
NegociateAssociationFailure.hpp:21
SrcLib
io
fwPacsIO
include
fwPacsIO
exceptions
NegociateAssociationFailure.hpp
Generated on Wed Sep 5 2018 12:47:55 for fw4spl by
1.8.11