IPlugInException Class Reference

Inheritance diagram for IPlugInException:

IException oaPlugInError


Public Methods

virtual oa::oaUInt4 getStatus () const=0

Detailed Description

This interface extends IException, and is intended to report problems that occur within the OpenAccess plug-in package, or plug-in related problem encountered by the components themselves. It encapsulates in an interface the value of the IBase::Status enum describing the problem that occured.


Member Function Documentation

uint32 IPlugInException::getStatus   const [pure virtual]
 

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

Implemented in oaPlugInError.


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

Return to top of page