NEOCCA bindings Specification  0.2.8
Classes | Namespaces | Enumerations
Exception.hh File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  neo::cca::Exception
 This class extends the STL std::exception to allow the thrower to specify the message that the stl says we return via what(). More...

Namespaces

namespace  neo
 

This is neoclassic -- the ::classic::gov::cca headers updated to be similar to the official CCA specification in sidl while retaining the low impact on component coding that the classic specification had.


namespace  neo::cca

Enumerations

enum  neo::cca::ExceptionType {
  neo::cca::Unexpected = -1, neo::cca::Nonstandard = 1, neo::cca::PortNotDefined = 2, neo::cca::PortAlreadyDefined = 3,
  neo::cca::PortNotConnected = 4, neo::cca::PortNotInUse = 5, neo::cca::UsesPortNotReleased = 6, neo::cca::BadPortName = 7,
  neo::cca::BadPortType = 8, neo::cca::BadProperties = 9, neo::cca::BadPortInfo = 10, neo::cca::OutOfMemory = 11,
  neo::cca::NetworkError = 12
}
 Types of cca framework exception so far, other than typemismatch. More...