Taxonomy Categories:
Member Functions:
Interface Category:
API.
Inherits From:
TFPException
Inherited By:
None.
Purpose:
A C++ exception representing the floating-point divide-by-zero exception.
Instantiation:
Allocate on the heap or the stack.
Deriving Classes:
Do not derive from this class.
Concurrency:
Multithread safe.
Resource Use:
No special requirements.
- TFPDivideByZeroException ()
- TFPDivideByZeroException (const TFPExceptionSet &)
- TFPDivideByZeroException (const TFPDivideByZeroException &)
Interface Category:
API.
Purpose:
- Default constructor. Associates the empty exception set with the object.
- Associates its argument exception set with the object.
- Copy constructor.
Calling Context:
- Called by the stream-in operators.
- This is the most commonly used constructor.
- Called to copy an object.
Parameters:
Return Value:
None.
Exceptions:
Throws no exceptions, passes all exceptions through.
Concurrency:
Multithread safe.
Other Considerations:
None.
virtual ~ TFPDivideByZeroException ()
Interface Category:
API.
Purpose:
Destructor. Does nothing.
Calling Context:
Called to destroy an object.
Parameters:
Return Value:
None.
Exceptions:
Throws no exceptions, passes all exceptions through.
Concurrency:
Multithread safe.
Other Considerations:
None.
virtual void Throw () const
Interface Category:
API.
Purpose:
Throws a TFPDivideByZeroException object.
Calling Context:
Call this function directly.
Parameters:
Return Value:
None.
Exceptions:
Throws no exceptions, passes all exceptions through.
Concurrency:
Multithread safe.
Other Considerations:
None.
TFPDivideByZeroException & operator =(const TFPDivideByZeroException &)
Interface Category:
API.
Purpose:
Assignment operator.
Calling Context:
Called when an object is assigned to another compatible object.
Parameters:
Return Value:
A non-const reference to the left-hand side object.
Exceptions:
Throws no exceptions, passes all exceptions through.
Concurrency:
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.