(file) Return to InternalException.cpp CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / Common

Diff for /pegasus/src/Pegasus/Common/InternalException.cpp between version 1.29 and 1.30

version 1.29, 2008/03/07 21:10:08 version 1.30, 2008/06/10 17:59:15
Line 81 
Line 81 
 const char BadQualifierType::KEY[] = const char BadQualifierType::KEY[] =
     "Common.InternalException.BAD_QUALIFIER_TYPE";     "Common.InternalException.BAD_QUALIFIER_TYPE";
  
 const char ClassAlreadyResolved::MSG[] =  
     "attempt to resolve a class that is already resolved: $0";  
 const char ClassAlreadyResolved::KEY[] =  
     "Common.InternalException.CLASS_ALREADY_RESOLVED";  
   
 const char ClassNotResolved::MSG[] = "class is not yet resolved: $0";  
 const char ClassNotResolved::KEY[] =  
     "Common.InternalException.CLASS_NOT_RESOLVED";  
   
 const char InstanceAlreadyResolved::MSG[] =  
     "attempted to resolve an instance that is already resolved.";  
 const char InstanceAlreadyResolved::KEY[] =  
     "Common.InternalException.INSTANCE_ALREADY_RESOLVED";  
   
 const char InstantiatedAbstractClass::MSG[] = const char InstantiatedAbstractClass::MSG[] =
     "attempted to instantiate an abstract class $0";     "attempted to instantiate an abstract class $0";
 const char InstantiatedAbstractClass::KEY[] = const char InstantiatedAbstractClass::KEY[] =
Line 489 
Line 475 
  
 //============================================================================== //==============================================================================
 // //
 // ClassAlreadyResolved  
 //  
 //==============================================================================  
   
 ClassAlreadyResolved::ClassAlreadyResolved(const String& className)  
     : Exception(MessageLoaderParms(  
           ClassAlreadyResolved::KEY,  
           ClassAlreadyResolved::MSG,  
           className))  
 {  
 }  
   
 ClassAlreadyResolved::~ClassAlreadyResolved()  
 {  
 }  
   
 //==============================================================================  
 //  
 // ClassNotResolved  
 //  
 //==============================================================================  
   
 ClassNotResolved::ClassNotResolved(const String& className)  
     : Exception(MessageLoaderParms(  
           ClassNotResolved::KEY,  
           ClassNotResolved::MSG,  
           className))  
 {  
 }  
   
 ClassNotResolved::~ClassNotResolved()  
 {  
 }  
   
 //==============================================================================  
 //  
 // InstanceAlreadyResolved  
 //  
 //==============================================================================  
   
 InstanceAlreadyResolved::InstanceAlreadyResolved()  
     : Exception(MessageLoaderParms(  
           InstanceAlreadyResolved::KEY,  
           InstanceAlreadyResolved::MSG))  
 {  
 }  
   
 InstanceAlreadyResolved::~InstanceAlreadyResolved()  
 {  
 }  
   
 //==============================================================================  
 //  
 // InstantiatedAbstractClass // InstantiatedAbstractClass
 // //
 //============================================================================== //==============================================================================


Legend:
Removed from v.1.29  
changed lines
  Added in v.1.30

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2