oaDMException Class Reference

Inheritance diagram for oaDMException:

oaException oaDMError oaDMPlugInError


Protected Methods

virtual const oaStringgetFormatString () const

Detailed Description

The oaDMException class is the base class for cellview 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 & oaDMException::getFormatString   const [protected, 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