oaTechException Class Reference

Inheritance diagram for oaTechException:

oaException oaTechError


Public Methods

virtual const oaStringgetFormatString () const

Detailed Description

The oaTechException class is the base class for technology database exceptions. To be sure of catching all exceptions thrown by the database, callers generally use its base class, oaException, in their catch statements.


Member Function Documentation

const oaString & oaTechException::getFormatString   const [virtual]
 

This function returns the appropriate formatting string for this exception.

Reimplemented from oaException.


The documentation for this class was generated from the following files:

Return to top of page