Library | File

Class pfcXInvalidEnumValue

# include <pfcExceptions.h>

class pfcXInvalidEnumValue
 : public virtual pfcXInAMethod
{
    xdeclare(pfcXInvalidEnumValue)
    ...
};
This is a COMPACT class.



Description

This exception is thrown when an integer used as enumerated value can not be mapped to the enumerated type.
Manual References:
Overview of Creo Object TOOLKIT C++: Exception Handling



Method Summary

xstringGetName ()
The name of the enumerated type
xintGetValue ()
The invalid value


Methods Inherited from Class pfcXPFC:

GetMessage


Methods Inherited from Class pfcXInAMethod:

GetMethodName



Method Detail

xstringGetName ()

The name of the enumerated type




xintGetValue ()

The invalid value