Base Framework
|
IDL exception. More...
#include <base/rmi/idl/IDLException.h>
Inherits IDLNamedType.
Public Member Functions | |
IDLException (const String &name, unsigned int version) noexcept | |
void | addAttribute (const IDLAttribute &attribute) noexcept |
Array< IDLAttribute > | getAttributes () const noexcept |
bool | isCompatible (const IDLException &exception) const noexcept |
~IDLException () noexcept | |
![]() | |
IDLNamedType (const String &name) noexcept | |
const String & | getName () const noexcept |
~IDLNamedType () noexcept | |
![]() | |
IDLObject () noexcept | |
~IDLObject () noexcept | |
|
noexcept |
Initializes the IDL exception.
|
noexcept |
Destroys the IDL exception.
|
noexcept |
Adds the specified atttribute.
|
noexcept |
Returns the attributes of the exception.
|
noexcept |
Returns true if the exceptions are compatible.