MCPcopy Create free account
hub / github.com/OpenDDS/OpenDDS / OutOfBoundsException

Class OutOfBoundsException

tools/modeling/codegen/model/Exceptions.h:77–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75};
76
77class OutOfBoundsException : public Exception {
78 public: virtual const char* what() const throw() { return "OutOfBounds"; }
79};
80
81} } // End of namespace OpenDDS::Model
82

Callers 2

copyPublicationQosMethod · 0.85
copySubscriptionQosMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected