Inheritance diagram for ExceptionBase:
Public Methods | |
ExceptionBase (oa::oaUInt4 idIn, const char *msgIn) | |
virtual oa::oaUInt4 | getMsgId () const |
virtual const char * | getMsg () const |
|
This constructor takes in the exception ID and the message string. Note that the plug-in system makes no assumptions about the values of the ID - the clients must interpret them in the context of the plug-in that throws the exception.
|
|
This function implements the IException::getMsg() function. It return a pointer to a copy of the c-style string that was passed into the msgIn parameter of the constructor. Implements IException. |
|
This function implements the IException::getMsgId() function. It returns the value that was passed in to the idIn parameter of the constructor. Implements IException. |
Copyright © 2002 - 2010 Cadence Design Systems, Inc.
All Rights Reserved.