oaDMMsgs.h

Go to the documentation of this file.
00001 // *****************************************************************************
00002 // *****************************************************************************
00003 // oaDMMsgs.h
00004 //
00005 // This files contains the messageIds used by dm exceptions. It also contains
00006 // the messageIds used by dm logging.
00007 //
00008 // *****************************************************************************
00009 // Except as specified in the OpenAccess terms of use of Cadence or Silicon
00010 // Integration Initiative, this material may not be copied, modified,
00011 // re-published, uploaded, executed, or distributed in any way, in any medium,
00012 // in whole or in part, without prior written permission from Cadence.
00013 //
00014 //                Copyright 2002-2005 Cadence Design Systems, Inc.
00015 //                           All Rights Reserved.
00016 //
00017 //  $Author: icftcm $
00018 //  $Revision: #1 $
00019 //  $Date: 2010/08/09 $
00020 //  $State: Exp $
00021 // *****************************************************************************
00022 // *****************************************************************************
00023 
00024 
00025 
00026 #if !defined(oaDMMsgs_P)
00027 #define oaDMMsgs_P
00028 
00029 
00030 
00031 // *****************************************************************************
00032 // Nested includes
00033 // *****************************************************************************
00034 #include "oaCommonTypes.h"
00035 
00036 
00037 
00038 // *****************************************************************************
00039 // Declare and define types in the OpenAccess namespace.
00040 // *****************************************************************************
00041 BEGIN_OA_NAMESPACE
00042 
00043 
00044 
00045 // *************************************************************************
00046 // Exception Message Ids
00047 // *************************************************************************
00048 #define oavDMMsgIdStartValue    3000
00049 #define oavNumDMMsgIds          120
00050 
00051 enum oaDMMsgIds {
00052     oacInvalidLib                           = oavDMMsgIdStartValue,
00053     oacNotALib                              = 3001,
00054     oacLibNameExists                        = 3002,
00055     oacLibNotFound                          = 3003,
00056     oacCellNotFound                         = 3004,
00057     oacViewNotFound                         = 3005,
00058     oacLibCouldNotCreate                    = 3006,
00059     oacLibCouldNotOpen                      = 3007,
00060 
00061     oacInvalidLibDataTypeName               = 3008,
00062 
00063     oacInvalidDMObject                      = 3009,
00064 
00065     oacInvalidContainer                     = 3010,
00066 
00067     oacInvalidCell                          = 3011,
00068 
00069     oacInvalidView                          = 3012,
00070 
00071     oacInvalidViewType                      = 3013,
00072     oacViewTypeExists                       = 3014,
00073     oacInvalidReservedViewTypeName          = 3015,
00074 
00075     oacInvalidCellView                      = 3016,
00076     oacCellViewNotInSameLib                 = 3017,
00077     oacCVExists                             = 3018,
00078     oacCVSetViewPrimaryFileExists           = 3019,
00079     oacCVSetViewPrimaryFileLocked           = 3020,
00080 
00081     oacInvalidDMFile                        = 3021,
00082     oacDMFileExists                         = 3022,
00083     oacDMFileDoesNotExistOnDisk             = 3023,
00084     oacDMFileCouldNotCreate                 = 3024,
00085     oacDMFileCannotLockFollower             = 3025,
00086     oacDMFileCannotUnlockFollower           = 3026,
00087     oacDMFileCannotSetLeaderOnLocked        = 3027,
00088 
00089     oacInvalidLibAccessName                 = 3028,
00090 
00091     oacInvalidLibModeName                   = 3029,
00092 
00093     oacObsoleteDMMsg3030 , //oacLibDefFileSyntaxError                = 3030,
00094     oacObsoleteDMMsg3031 , //oacLibDefFileCannotOpenInclude          = 3031,
00095     oacLibDefFileRecursiveInclude           = 3032,
00096     oacObsoleteDMMsg3033 , //oacLibDefFileInvalidCommand             = 3033,
00097     oacObsoleteDMMsg3034 , //oacLibDefFileFailedToGetLibName         = 3034,
00098     oacObsoleteDMMsg3035 , //oacLibDefFileFailedToGetLibPath         = 3035,
00099     oacObsoleteDMMsg3036 , //oacLibDefFileFailedToGetAttrName        = 3036,
00100     oacObsoleteDMMsg3037 , //oacLibDefFileFailedToGetAttrVal         = 3037,
00101     oacObsoleteDMMsg3038 , //oacLibDefFileFailedToGetIncludePath     = 3038,
00102     oacObsoleteDMMsg3039 , //oacLibDefFileMultipleDefinitions        = 3039,
00103     oacObsoleteDMMsg3040                    = 3040,
00104 
00105     oacFailedToGetDMInterface               = 3041,
00106     oacInterfaceException                   = 3042,
00107 
00108     oacCannotHaveMultiLevelFollowers        = 3043,
00109     oacPrimaryCannotBeFollower              = 3044,
00110     oacLeaderFollowerNotInSameParent        = 3045,
00111 
00112     oacFailedToGetLockingInterface          = 3046,
00113 
00114     oacInvalidVCCapName                     = 3047,
00115     oacInvalidVersionCompName               = 3048,
00116     oacInvalidVCOperationName               = 3049,
00117     oacInvalidVCMessageTypeName             = 3050,
00118     oacInvalidVCObserverResultName          = 3051,
00119     oacInvalidVCQueryDepthName              = 3052,
00120 
00121     oacVersionControlNotInstalled           = 3053,
00122 
00123     oacLibAccessCannotUpgrade               = 3054,
00124     oacLibReleaseNoAccess                   = 3055,
00125     oacLibHasNoAccess                       = 3056,
00126     oacLibAccessDenied                      = 3057,
00127 
00128     oacCannotOpenOpenedLib                  = 3058,
00129     oacInvalidLibName                       = 3059,
00130     oacObsoleteDMMsg3060                    = 3060,
00131 
00132     oacInvalidLibDefList                    = 3061,
00133     oacInvalidLibDefListMem                 = 3062,
00134     oacInvalidLibDefListMemMove             = 3063,
00135     oacInvalidLibDefListMemCreate           = 3064,
00136     oacLibDefExists                         = 3065,
00137     oacLibDefListRefExists                  = 3066,
00138     oacUndefinedLibDefListMode              = 3067,
00139     oacLibDefListFileNotWritable            = 3068,
00140     oacLibDefListFileNotReadable            = 3069,
00141     oacSaveReadOnlyLibDefList               = 3070,
00142 
00143     oacObsoleteDMMsg3071                    = 3071,
00144 
00145     oacObsoleteDMMsg3072                    = 3072,
00146 
00147     oacInvalidDMDataTypeName                = 3073,
00148 
00149     oacOpenUndefinedModeDMData              = 3074,
00150     oacNotADMData                           = 3075,
00151     oacInvalidDMDataObject                  = 3076,
00152     oacInvalidDMData                        = 3077,
00153     oacDMDataDoesNotExist                   = 3078,
00154     oacCannotLockDMData                     = 3079,
00155     oacOpenOnDMDataBeingPurged              = 3080,
00156     oacCloseOnDMDataBeingPurged             = 3081,
00157     oacPurgeOnDMDataBeingPurged             = 3082,
00158     oacSaveReadOnlyDMData                   = 3083,
00159     oacDestroyDMDataOpen                    = 3084,
00160     oacDestroyDMDataDoesNotExist            = 3085,
00161 
00162     oacDMDataCannotGetReadAccess            = 3086,
00163     oacDMDataCannotGetWriteAccess           = 3087,
00164     oacDMDataHasReadNeedWriteAccess         = 3088,
00165 
00166     oacInvalidDMDataTypeForTimeStamp        = 3089,
00167 
00168     oacInvalidLibAccessLevelName            = 3090,
00169     oacLibExists                            = 3091,
00170     oacObsoleteDMMsg3092                    = 3092,
00171     oacObsoleteDMMsg3093                    = 3093,
00172 
00173     oacObsoleteDMMsg3094                    = 3094,
00174     oacReleaseLockNoLock                    = 3095,
00175 
00176     oacUnableToCreateTempFile               = 3096,
00177 
00178     oacCellViewOwnerDoesNotExist            = 3097,
00179 
00180     oacCVSetViewPrimaryFileDoesNotExist     = 3098,
00181     oacObsoleteDMMsg3099                    = 3099,
00182 
00183     oacLibDefFileUndefinedVarLibPath        = 3100,
00184     oacLibDefFileUndefinedVarIncludePath    = 3101,
00185     oacLibDefFileUndefinedVarWritePath      = 3102,
00186 
00187     oacLibDefFileCannotAppendSymbolicLink   = 3103,
00188 
00189     oacNoWriteAccessOnReadOnlyLib           = 3104,
00190 
00191     oacObsoleteDMMsg3105                    = 3105,
00192 
00193     oacLibDefListDirNotWritable             = 3106,
00194 
00195     oacMismatchViewType                     = 3107,
00196 
00197     oacInvalidDMSystemName                  = 3108,
00198     oacCannotOpenLibDataFile                = 3109,
00199     oacLibDataFileSyntaxError               = 3110,
00200 
00201     oacInvalidSaveRecoverTypeName           = 3111,
00202     oacSaveRecoverFileDoesNotExistOnDisk    = 3112,
00203     oacSaveRecoverDMDataFileAlreadyOpened   = 3113,
00204     oacObsoleteDMMsg3114                    = 3114,
00205     oacSaveRecoverViewDMDataNotSupported    = 3115,
00206 
00207     oacFailedToGetLibDefInterface           = 3116,
00208     oacPlugInInterfaceException             = 3117,
00209     oacLibDefMemMoveAfterSelf               = 3118,
00210 
00211     oacLibDefListExists                     = 3119
00212 };
00213 
00214 
00215 
00216 END_OA_NAMESPACE
00217 
00218 #endif

Return to top of page