Diana
0.8.3
|
#include <CapeException.hpp>
Public Member Functions | |
ECapeNoImpl () | |
ECapeNoImpl (ExceptionCode _code, Common::Types::CapeString _description, Common::Types::CapeString _scope=Common::Types::CapeStringUNDEFINED, Common::Types::CapeString _interfaceName=Common::Types::CapeStringUNDEFINED, Common::Types::CapeString _operation=Common::Types::CapeStringUNDEFINED, Common::Types::CapeURL _moreInfo=Common::Types::CapeURLUNDEFINED) | |
Friends | |
std::ostream & | operator<< (std::ostream &os, const ECapeNoImpl &exc) |
Implementation Package. The operation is not implemented even if this operation can be called due to the compatibility with the CO standard. That is to say that the operation exists but it is not supported by the current implementation.
ECapeNoImpl | ( | ) |
Constructor (does nothing).
ECapeNoImpl | ( | ExceptionCode | _code, |
Common::Types::CapeString | _description, | ||
Common::Types::CapeString | _scope = Common::Types::CapeStringUNDEFINED , |
||
Common::Types::CapeString | _interfaceName = Common::Types::CapeStringUNDEFINED , |
||
Common::Types::CapeString | _operation = Common::Types::CapeStringUNDEFINED , |
||
Common::Types::CapeURL | _moreInfo = Common::Types::CapeURLUNDEFINED |
||
) |
Constructor with default arguments. Not defined in Python.
std::ostream& operator<< | ( | std::ostream & | os, |
const ECapeNoImpl & | exc | ||
) | [friend] |
ostream output operator for the ECapeNoImpl class.