Diana
0.8.3
|
#include <CapeException.hpp>
Public Member Functions | |
ECapeBadArgument () | |
ECapeBadArgument (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, Common::Types::CapeShort _position=0) | |
Public Attributes | |
Common::Types::CapeShort | position |
Friends | |
std::ostream & | operator<< (std::ostream &os, const ECapeBadArgument &exc) |
Data Package. An argument value of the operation is not correct.
ECapeBadArgument | ( | ) |
Constructor (does nothing).
ECapeBadArgument | ( | 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 , |
||
Common::Types::CapeShort | _position = 0 |
||
) |
Constructor with default arguments. Not defined in Python.
std::ostream& operator<< | ( | std::ostream & | os, |
const ECapeBadArgument & | exc | ||
) | [friend] |
ostream output operator for the ECapeBadArgument class.
The position of the argument value within the signature of the operation. First argument is as position 1.