Medical Imaging Interaction Toolkit  2023.12.99-7a59bd54
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 () override 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.

Definition at line 31 of file berryInvalidRegistryObjectException.h.

Constructor & Destructor Documentation

◆ InvalidRegistryObjectException()

berry::InvalidRegistryObjectException::InvalidRegistryObjectException ( )

◆ ~InvalidRegistryObjectException()

berry::InvalidRegistryObjectException::~InvalidRegistryObjectException ( )
throw (
)
override

Member Function Documentation

◆ clone()

InvalidRegistryObjectException* berry::InvalidRegistryObjectException::clone ( ) const
override

◆ name()

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

◆ rethrow()

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

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