oaDMPlugInError Class Reference

Inheritance diagram for oaDMPlugInError:

oaDMError oaDMException oaException


Public Methods

 oaDMPlugInError (oaDMMsgIds msgIdIn, const oaString &systemName, const oaString &libNameStr, oaUInt4 plugInMsgIdIn, const oaString &plugInMsgStr)
oaUInt4 getPlugInMsgId () const

Detailed Description

The oaDMError derived class is specialized to wrap an IException, such as exceptions received from the plug-ins. It represents an oacInterfaceException, which reports the information about the originating Plug-In exception.


Constructor & Destructor Documentation

oaDMPlugInError::oaDMPlugInError oaDMMsgIds    msgIdIn,
const oaString &    systemName,
const oaString &    libNameStr,
oaUInt4    plugInMsgIdIn,
const oaString &    plugInMsgStr
 

This is the oaDMPlugInError constructor, which is responsible for intializing the message string of the exception object.

Parameters:
msgIdIn 
systemName 
libNameStr 
plugInMsgIdIn 
plugInMsgStr 


Member Function Documentation

oaUInt4 oaDMPlugInError::getPlugInMsgId   const [inline]
 


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

Return to top of page