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

Diff for /pegasus/src/Pegasus/Common/Exception.cpp between version 1.56 and 1.57

version 1.56, 2002/08/20 18:41:54 version 1.57, 2002/09/11 21:20:24
Line 77 
Line 77 
 { {
 } }
  
 ExpectedReferenceValueException::ExpectedReferenceValueException()  
     : Exception("Expected CIMValue object to be of type reference "  
                     "in this context")  
 {  
 }  
   
 MissingReferenceClassNameException::MissingReferenceClassNameException()  
     : Exception("missing reference class name")  
 {  
 }  
   
 TypeMismatchException::TypeMismatchException() TypeMismatchException::TypeMismatchException()
     : Exception("type mismatch")     : Exception("type mismatch")
 { {
 } }
  
 CIMValueInvalidTypeException::CIMValueInvalidTypeException()  InvalidTypeException::InvalidTypeException()
     : Exception("invalid CIMValue type")      : Exception("invalid CIM type")
 { {
 } }
  
Line 108 
Line 97 
 { {
 } }
  
 IncompatibleTypesException::IncompatibleTypesException()  
     : Exception("incompatible types")  
 {  
 }  
   
 MalformedObjectNameException::MalformedObjectNameException( MalformedObjectNameException::MalformedObjectNameException(
     const String& objectName)     const String& objectName)
     : Exception("malformed object name: " + objectName)     : Exception("malformed object name: " + objectName)


Legend:
Removed from v.1.56  
changed lines
  Added in v.1.57

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2