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.
- TRasterOffScreenImagingException (EReason whatHappened)
- TRasterOffScreenImagingException (const TRasterOffScreenImagingException & copy)
- TRasterOffScreenImagingException ()
Interface Category:
API.
Purpose:
- Constructor for a specific exception of this type.
- Copy constructor.
- Default constructor.
Calling Context:
- Called to construct a specific exception of this type.
- Called to copy an object.
- Called by the stream-in operators.
Parameters:
- EReason whatHappened -The identifier to indicate why this exception is being thrown.
- const TRasterOffScreenImagingException & copy -The object to copy.
- Takes no parameters.
Return Value:
None.
Exceptions:
Throws no exceptions, passes all exceptions through.
Concurrency:
Not multithread safe.
Other Considerations:
None.
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.
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.
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.
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.