Class: TAdobeIllustratorConverterException

Declaration: AdobeIllustrator.h

Taxonomy Categories:

Member Functions:


Interface Category:

API.

Inherits From:

None.

Inherited By:

None.

Purpose:

Reports exceptional conditions encountered while converting Adobe Illustrator Encapsulated PostScript data streams to graphics.

Instantiation:

Allocate on the heap or the stack.

Deriving Classes:

None.

Concurrency:

Not multithread safe.

Resource Use:

No special requirements.

Member Function: TAdobeIllustratorConverterException::operator<<=

virtual TStream & operator <<= (TStream & fromStream)

Interface Category:

API.

Purpose:

Stream-in operator.

Calling Context:

Called to stream in data.

Parameters:

Return Value:

Returns a reference to the stream the object streams itself in from.

Exceptions:

Throws no exceptions, passes all exceptions through.

Concurrency:

Not multithread safe.

Other Considerations:

None.

Member Function: TAdobeIllustratorConverterException::operator>>=

virtual TStream & operator >>=(TStream & toStream) const

Interface Category:

API.

Purpose:

Stream-out operator.

Calling Context:

Called to stream out data.

Parameters:

Return Value:

Returns a reference to the stream the object streams itself out to.

Exceptions:

Throws no exceptions, passes all exceptions through.

Concurrency:

Not multithread safe.

Other Considerations:

None.

Member Function: TAdobeIllustratorConverterException::GetErrorCode

ErrorCode GetErrorCode () const

Interface Category:

API.

Purpose:

Returns error code which gives some indication of why the exception was thrown.

Calling Context:

Called from catch blocks.

Parameters:

Return Value:

The error code which caused the exception to be thrown.

Exceptions:

Throws no exceptions, passes all exceptions through.

Concurrency:

Not multithread safe.

Other Considerations:

None.

Member Function: TAdobeIllustratorConverterException::GetDescription

virtual void GetDescription (TText &)

Interface Category:

API.

Purpose:

Fills in the argument with a human-readable explanation of the error.

Calling Context:

Catch blocks attempting to explain the exception to the user.

Parameters:

Return Value:

None.

Exceptions:

Throws no exceptions, passes all exceptions through.

Concurrency:

Not multithread safe.

Other Considerations:

None.

Member Function: TAdobeIllustratorConverterException::~TAdobeIllustratorConverterException

virtual ~ TAdobeIllustratorConverterException ()

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: TAdobeIllustratorConverterException::TAdobeIllustratorConverterException

  1. TAdobeIllustratorConverterException (ErrorCode)
  2. TAdobeIllustratorConverterException (const TAdobeIllustratorConverterException &)

Interface Category:

API.

Purpose:

  1. Normal constructor for throwing the exception.
  2. Copy constructor.

Calling Context:

  1. Called to create an exception prior to throwing it.
  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: TAdobeIllustratorConverterException::Throw

virtual void Throw () const

Interface Category:

API.

Purpose:

Throws the Adobe Illustrator Converter exception.

Calling Context:

Call to throw an exception.

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.