Taxonomy Categories:
Member Functions:
Interface Category:
API.
Inherits From:
TPersistentStorageException
Inherited By:
TRecordManagerStoreDoesNotExistException
Purpose:
An abstract base class that represents errors within the disk dictionary when a component expected to exist, does not. Each component of the disk dictionary that throws such an existence exception should create a derived class of TPersistentStoreDoesNotExistException.
Instantiation:
Allocate on the heap or the stack.
Deriving Classes:
Every exception from the disk dictionary system, that generates an existence exception, should be a derived class of this base class. Derived classes need to provide implementations for the Throw function.
Concurrency:
Not multithread safe.
Resource Use:
No special requirements.
Other Considerations:
None.
virtual ~ TPersistentStoreDoesNotExistException ()
Interface Category:
API.
Purpose:
Destructor.
Calling Context:
Called to destroy an object.
Parameters:
Return Value:
None.
Exceptions:
Throws no exceptions, passes all exceptions through.
Concurrency:
Not multithread safe.
Other Considerations:
None.
virtual void Throw () const
Interface Category:
API.
Purpose:
Throws this exception.
Calling Context:
Call this function directly.
Parameters:
Return Value:
None.
Exceptions:
Throws TPersistentStoreDoesNotExistException unconditionally.
Concurrency:
Not multithread safe.
Other Considerations:
None.
Click the icon to mail questions or corrections about this material to Taligent personnel.
Copyright©1995 Taligent,Inc. All rights reserved.