oaPlugInError Class Reference

Inheritance diagram for oaPlugInError:

IPlugInException IException


Public Methods

 oaPlugInError (IBase::Status statusIn, const char *msgIn=NULL)
virtual oa::oaUInt4 getStatus () const
virtual oa::oaUInt4 getMsgId () const
virtual const char * getMsg () const

Constructor & Destructor Documentation

oaPlugInError::oaPlugInError IBase::Status    statusIn,
const char *    msgIn = NULL
[inline]
 


Member Function Documentation

virtual const char* oaPlugInError::getMsg   const [virtual]
 

This function returns a string that represents the error message for the exception being thrown.

Implements IException.

virtual oa::oaUInt4 oaPlugInError::getMsgId   const [virtual]
 

This function returns the id of the exception message. Note that this id can have different meanings dependent on the package that the plug-in that threw the exception belongs to.

Implements IException.

virtual oa::oaUInt4 oaPlugInError::getStatus   const [virtual]
 

This function returns one of the values of IBase::Status that describes the problem that generated this exception.

Implements IPlugInException.


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

Return to top of page