Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
berry::InvalidRegistryObjectException Class Reference

#include <berryInvalidRegistryObjectException.h>

Inheritance diagram for berry::InvalidRegistryObjectException:
Collaboration diagram for berry::InvalidRegistryObjectException:

Public Member Functions

 InvalidRegistryObjectException ()
 
 ~InvalidRegistryObjectException () throw ()
 
const char * name () const override throw ()
 
InvalidRegistryObjectExceptionclone () const override
 
void rethrow () const override
 

Detailed Description

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.

Constructor & Destructor Documentation

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.

Member Function Documentation

InvalidRegistryObjectException * berry::InvalidRegistryObjectException::clone ( ) const
override
const char * berry::InvalidRegistryObjectException::name ( ) const
throw (
)
override

Definition at line 30 of file berryInvalidRegistryObjectException.cpp.

void berry::InvalidRegistryObjectException::rethrow ( ) const
override

Definition at line 40 of file berryInvalidRegistryObjectException.cpp.


The documentation for this class was generated from the following files: