(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.54 and 1.55

version 1.54, 2002/08/19 17:43:23 version 1.55, 2002/08/20 17:39:37
Line 52 
Line 52 
 } }
  
  
 OutOfBounds::OutOfBounds()  IndexOutOfBoundsException::IndexOutOfBoundsException()
     : Exception("out of bounds")      : Exception("index out of bounds")
 { {
 } }
  
 AlreadyExists::AlreadyExists(const String& message)  AlreadyExistsException::AlreadyExistsException(const String& message)
     : Exception("already exists: " + message)     : Exception("already exists: " + message)
 { {
 } }
Line 72 
Line 72 
 { {
 } }
  
 UninitializedHandle::UninitializedHandle()  UninitializedHandleException::UninitializedHandleException()
     : Exception("uninitialized handle")     : Exception("uninitialized handle")
 { {
 } }
  
 UninitializedObject::UninitializedObject()  UninitializedObjectException::UninitializedObjectException()
     : Exception("uninitialized object")     : Exception("uninitialized object")
 { {
 } }
  
 AddedReferenceToClass::AddedReferenceToClass(const String& className)  ExpectedReferenceValueException::ExpectedReferenceValueException()
     : Exception("attempted to add reference to a non-association class: " +  
                     className)  
 {  
 }  
   
 TruncatedCharacter::TruncatedCharacter()  
     : Exception("truncated character during conversion from Char16 to char")  
 {  
 }  
   
 ExpectedReferenceValue::ExpectedReferenceValue()  
     : Exception("Expected CIMValue object to be of type reference "     : Exception("Expected CIMValue object to be of type reference "
                     "in this context")                     "in this context")
 { {
 } }
  
 MissingReferenceClassName::MissingReferenceClassName()  MissingReferenceClassNameException::MissingReferenceClassNameException()
     : Exception("missing reference class name")     : Exception("missing reference class name")
 { {
 } }
  
 TypeMismatch::TypeMismatch()  TypeMismatchException::TypeMismatchException()
     : Exception("type mismatch")     : Exception("type mismatch")
 { {
 } }
  
 CIMValueInvalidType::CIMValueInvalidType()  CIMValueInvalidTypeException::CIMValueInvalidTypeException()
     : Exception("invalid CIMValue type")     : Exception("invalid CIMValue type")
 { {
 } }
  
 DynamicCastFailed::DynamicCastFailed()  DynamicCastFailedException::DynamicCastFailedException()
     : Exception("dynamic cast failed")     : Exception("dynamic cast failed")
 { {
 } }
  
 BadDateTimeFormat::BadDateTimeFormat()  InvalidDateTimeFormatException::InvalidDateTimeFormatException()
     : Exception("bad datetime format")      : Exception("invalid datetime format")
 { {
 } }
  
 IncompatibleTypes::IncompatibleTypes()  IncompatibleTypesException::IncompatibleTypesException()
     : Exception("incompatible types")     : Exception("incompatible types")
 { {
 } }


Legend:
Removed from v.1.54  
changed lines
  Added in v.1.55

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2