Taxonomy Categories:
Member Functions:
Interface Category:
API.
Inherits From:
TStandardException
Inherited By:
None.
Purpose:
TPixelStreamReaderException is used to raise exceptions when reading pixel streams. This class is temporary until real exceptions are implemented.
Instantiation:
Allocate on the heap or the stack.
Deriving Classes:
None.
Concurrency:
Not multithread safe.
Resource Use:
No special requirements.
- TPixelStreamReaderException (EReaderExceptionType type)
- TPixelStreamReaderException (const TPixelStreamReaderException &)
Interface Category:
API.
Purpose:
- Creates a new TPixelStreamReaderException object and initializes its type to the specified EReaderExceptionType.
- Copy constructor.
Calling Context:
- Call this function directly.
- Called to copy an object.
Parameters:
Return Value:
None.
Exceptions:
Throws no exceptions, passes all exceptions through.
Concurrency:
Not multithread safe.
Other Considerations:
None.
virtual ~ TPixelStreamReaderException ()
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 EReaderExceptionType GetType ()
Interface Category:
API.
Purpose:
Gets an EReaderExceptionType value that indicates the type of error represented by this exception object.
Calling Context:
Call this function directly.
Parameters:
Return Value:
An EReaderExceptionType indicating the type of error represented by this exception object.
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:
This function is called directly only when throwing the TPixelStreamReaderException.
Parameters:
Return Value:
None.
Exceptions:
Throws no exceptions, passes all exceptions through.
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.