(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.63.6.3 and 1.63.6.4

version 1.63.6.3, 2003/08/13 19:39:50 version 1.63.6.4, 2003/08/14 11:55:42
Line 91 
Line 91 
         _rep->contentLanguages = langs;         _rep->contentLanguages = langs;
 } }
  
   
 /* /*
   
 IndexOutOfBoundsException::IndexOutOfBoundsException() IndexOutOfBoundsException::IndexOutOfBoundsException()
     : Exception("index out of bounds")     : Exception("index out of bounds")
 { {
Line 170 
Line 168 
 } }
  
 /* /*
   
 UninitializedObjectException::UninitializedObjectException() UninitializedObjectException::UninitializedObjectException()
     : Exception("uninitialized object")     : Exception("uninitialized object")
 { {
Line 182 
Line 181 
 { {
 } }
  
   
 /* /*
 TypeMismatchException::TypeMismatchException() TypeMismatchException::TypeMismatchException()
     : Exception("type mismatch")     : Exception("type mismatch")
Line 243 
Line 243 
         _rep->message.append(MessageLoader::getMessage(msgParms));         _rep->message.append(MessageLoader::getMessage(msgParms));
 } }
  
   
 /* /*
 BindFailedException::BindFailedException(const String& message) BindFailedException::BindFailedException(const String& message)
     : Exception("Bind failed: " + message)     : Exception("Bind failed: " + message)
Line 286 
Line 287 
 } }
  
 /* /*
   
 CannotCreateSocketException::CannotCreateSocketException() CannotCreateSocketException::CannotCreateSocketException()
     : Exception("Cannot create socket")     : Exception("Cannot create socket")
 { {


Legend:
Removed from v.1.63.6.3  
changed lines
  Added in v.1.63.6.4

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2