TransportExceptions.h

Go to the documentation of this file.
00001 /*
00002  *
00003  *
00004  * Distributed under the OpenDDS License.
00005  * See: http://www.opendds.org/license.html
00006  */
00007 
00008 #ifndef OPENDDS_DCPS_TRANSPORT_EXCEPTIONS_H
00009 #define OPENDDS_DCPS_TRANSPORT_EXCEPTIONS_H
00010 
00011 #include "dds/DCPS/dcps_export.h"
00012 
00013 OPENDDS_BEGIN_VERSIONED_NAMESPACE_DECL
00014 
00015 namespace OpenDDS {
00016 namespace DCPS {
00017 namespace Transport {
00018 
00019 class OpenDDS_Dcps_Export Exception {
00020 public:
00021   virtual ~Exception() {}
00022 };
00023 
00024 class OpenDDS_Dcps_Export NotFound       : public Exception {};
00025 class OpenDDS_Dcps_Export Duplicate      : public Exception {};
00026 class OpenDDS_Dcps_Export UnableToCreate : public Exception {};
00027 class OpenDDS_Dcps_Export MiscProblem    : public Exception {};
00028 class OpenDDS_Dcps_Export NotConfigured  : public Exception {};
00029 class OpenDDS_Dcps_Export ConfigurationConflict  : public Exception {};
00030 
00031 } // namespace Transport
00032 } // namespace DCPS
00033 } // namespace OpenDDS
00034 
00035 OPENDDS_END_VERSIONED_NAMESPACE_DECL
00036 
00037 #endif  /* OPENDDS_DCPS_TRANSPORT_EXCEPTIONS_H */
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on 10 Aug 2018 for OpenDDS by  doxygen 1.6.1