oaDesignException Class Reference

Inheritance diagram for oaDesignException:

oaException oaDesignError


Public Methods

virtual const oaStringgetFormatString () const

Detailed Description

The oaDesignException class is the base class for design 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 & oaDesignException::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