Class: TRasterOffScreenImagingException

Declaration: PrintingExceptions.h

Taxonomy Categories:

Member Functions:


Interface Category:

API.

Inherits From:

TRasterPrintingException

Inherited By:

None.

Purpose:

A specific derived class in the area of raster printing, related to the area of offscreen imaging.

Instantiation:

Always allocate on the stack.

Deriving Classes:

Normally not used for derivation. Instead use TRasterPrintingException or TStandardException

Concurrency:

Not multithread safe.

Resource Use:

No special requirements.

Other Considerations:

None.

Member Function: TRasterOffScreenImagingException::TRasterOffScreenImagingException

  1. TRasterOffScreenImagingException (EReason whatHappened)
  2. TRasterOffScreenImagingException (const TRasterOffScreenImagingException & copy)
  3. TRasterOffScreenImagingException ()

Interface Category:

API.

Purpose:

  1. Constructor for a specific exception of this type.
  2. Copy constructor.
  3. Default constructor.

Calling Context:

  1. Called to construct a specific exception of this type.
  2. Called to copy an object.
  3. Called by the stream-in operators.

Parameters:

Return Value:

None.

Exceptions:

Throws no exceptions, passes all exceptions through.

Concurrency:

Not multithread safe.

Other Considerations:

None.

Member Function: TRasterOffScreenImagingException::operator=

TRasterOffScreenImagingException & operator =(const TRasterOffScreenImagingException & copy)

Interface Category:

API.

Purpose:

Assignment operator.

Calling Context:

Called when an object is assigned to another compatible object.

Parameters:

Return Value:

A reference to the left-hand side object.

Exceptions:

Throws no exceptions, passes all exceptions through.

Concurrency:

Not multithread safe.

Other Considerations:

None.

Member Function: TRasterOffScreenImagingException::~TRasterOffScreenImagingException

virtual ~ TRasterOffScreenImagingException ()

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: TRasterOffScreenImagingException::GetReason

EReason GetReason () const

Interface Category:

API.

Purpose:

Returns the reason identifier why this exception was thrown or created.

Calling Context:

Called to obtain the reason identifier for why this exception was thrown or created.

Parameters:

Return Value:

Returns the enum value for the type of this exception.

Exceptions:

Throws no exceptions, passes all exceptions through.

Concurrency:

Not multithread safe.

Other Considerations:

None.

Member Function: TRasterOffScreenImagingException::Throw

virtual void Throw () const

Interface Category:

API.

Purpose:

Polymorphically throws an exception.

Calling Context:

Called to throw an exception of this type.

Parameters:

Return Value:

None.

Exceptions:

Throws no exceptions, passes all exceptions through. This is the exception thrown.

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.