Class: TPixelStreamReaderException

Declaration: PixelStreamReader.h

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.

Member Function: TPixelStreamReaderException::TPixelStreamReaderException

  1. TPixelStreamReaderException (EReaderExceptionType type)
  2. TPixelStreamReaderException (const TPixelStreamReaderException &)

Interface Category:

API.

Purpose:

  1. Creates a new TPixelStreamReaderException object and initializes its type to the specified EReaderExceptionType.
  2. Copy constructor.

Calling Context:

  1. Call this function directly.
  2. Called to copy an object.

Parameters:

Return Value:

None.

Exceptions:

Throws no exceptions, passes all exceptions through.

Concurrency:

Not multithread safe.

Other Considerations:

None.

Member Function: TPixelStreamReaderException::~TPixelStreamReaderException

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.

Member Function: TPixelStreamReaderException::GetType

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.

Member Function: TPixelStreamReaderException::Throw

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.