Medical Imaging Interaction Toolkit
2018.4.99-389bf124
Medical Imaging Interaction Toolkit
|
#include <berryInvalidRegistryObjectException.h>
Public Member Functions | |
InvalidRegistryObjectException () | |
~InvalidRegistryObjectException () override 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 33 of file berryInvalidRegistryObjectException.h.
berry::InvalidRegistryObjectException::InvalidRegistryObjectException | ( | ) |
Definition at line 17 of file berryInvalidRegistryObjectException.cpp.
Referenced by clone().
|
override |
Definition at line 22 of file berryInvalidRegistryObjectException.cpp.
|
override |
Definition at line 31 of file berryInvalidRegistryObjectException.cpp.
References InvalidRegistryObjectException().
|
override |
Definition at line 26 of file berryInvalidRegistryObjectException.cpp.
|
override |
Definition at line 36 of file berryInvalidRegistryObjectException.cpp.