Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
#include <berryInvalidRegistryObjectException.h>
Public Member Functions | |
InvalidRegistryObjectException () | |
~InvalidRegistryObjectException () throw () | |
const char * | name () const override throw () |
InvalidRegistryObjectException * | clone () const override |
void | rethrow () const override |
An exception indicating an attempt to access an extension registry object that is no longer valid.
This exception is thrown by methods on extension registry objects. It is not intended to be instantiated or subclassed by clients.
This class is not intended to be instantiated by clients. This class is not intended to be subclassed by clients.
Definition at line 37 of file berryInvalidRegistryObjectException.h.
berry::InvalidRegistryObjectException::InvalidRegistryObjectException | ( | ) |
Definition at line 21 of file berryInvalidRegistryObjectException.cpp.
Referenced by clone().
berry::InvalidRegistryObjectException::~InvalidRegistryObjectException | ( | ) | ||
throw | ( | |||
) |
Definition at line 26 of file berryInvalidRegistryObjectException.cpp.
|
override |
Definition at line 35 of file berryInvalidRegistryObjectException.cpp.
References InvalidRegistryObjectException().
|
override |
Definition at line 30 of file berryInvalidRegistryObjectException.cpp.
|
override |
Definition at line 40 of file berryInvalidRegistryObjectException.cpp.