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

Diff for /pegasus/src/Pegasus/Common/Exception.h between version 1.68 and 1.68.6.3

version 1.68, 2003/03/12 21:02:53 version 1.68.6.3, 2003/08/13 19:39:50
Line 40 
Line 40 
 #include <Pegasus/Common/Config.h> #include <Pegasus/Common/Config.h>
 #include <Pegasus/Common/String.h> #include <Pegasus/Common/String.h>
 #include <Pegasus/Common/CIMStatusCode.h> #include <Pegasus/Common/CIMStatusCode.h>
   #include <Pegasus/Common/MessageLoader.h>  // l10n
 #include <Pegasus/Common/Linkage.h> #include <Pegasus/Common/Linkage.h>
   #include <Pegasus/Common/ContentLanguages.h>  // l10n
  
 PEGASUS_NAMESPACE_BEGIN PEGASUS_NAMESPACE_BEGIN
   
 class ExceptionRep; class ExceptionRep;
  
 /** /**
Line 64 
Line 65 
     ///     ///
     Exception(const Exception& exception);     Exception(const Exception& exception);
  
   // l10n
       Exception(const MessageLoaderParms& msgParms);
   
     ///     ///
     virtual ~Exception();     virtual ~Exception();
  
     ///     ///
     virtual const String& getMessage() const;     virtual const String& getMessage() const;
  
   // l10n
       virtual const ContentLanguages& getContentLanguages() const;
   
           virtual void setContentLanguages(const ContentLanguages& langs);
   
 protected: protected:
  
     Exception();     Exception();
Line 92 
Line 101 
 public: public:
     ///     ///
     AlreadyExistsException(const String& message);     AlreadyExistsException(const String& message);
       AlreadyExistsException(MessageLoaderParms& msgParms);
 }; };
  
 /// ///
Line 100 
Line 110 
 public: public:
     ///     ///
     InvalidNameException(const String& name);     InvalidNameException(const String& name);
           InvalidNameException(MessageLoaderParms& msgParms);
 }; };
  
 /// ///
Line 108 
Line 119 
 public: public:
     ///     ///
     InvalidNamespaceNameException(const String& name);     InvalidNamespaceNameException(const String& name);
           InvalidNamespaceNameException(MessageLoaderParms& msgParms);
 }; };
  
 /// ///
Line 152 
Line 164 
 public: public:
     ///     ///
     MalformedObjectNameException(const String& objectName);     MalformedObjectNameException(const String& objectName);
           MalformedObjectNameException(MessageLoaderParms& msgParms);
 }; };
  
 /// ///
Line 160 
Line 173 
 public: public:
     ///     ///
     BindFailedException(const String& message);     BindFailedException(const String& message);
           BindFailedException(MessageLoaderParms& msgParms);
 }; };
  
 /// ///
Line 168 
Line 182 
 public: public:
     ///     ///
     InvalidLocatorException(const String& locator);     InvalidLocatorException(const String& locator);
           InvalidLocatorException(MessageLoaderParms& msgParms);
 }; };
  
 /// ///
Line 184 
Line 199 
 public: public:
     ///     ///
     CannotConnectException(const String& message);     CannotConnectException(const String& message);
           CannotConnectException(MessageLoaderParms& msgParms);
 }; };
  
 /// ///
Line 216 
Line 232 
 public: public:
     ///     ///
     SSLException(const String& message);     SSLException(const String& message);
           SSLException(MessageLoaderParms& msgParms);
 }; };
  
 /// ///
Line 224 
Line 241 
 public: public:
     ///     ///
     DateTimeOutOfRangeException(const String& message);     DateTimeOutOfRangeException(const String& message);
           DateTimeOutOfRangeException(MessageLoaderParms& msgParms);
 }; };
  
 /** The CIMException defines the CIM exceptions that are formally defined in /** The CIMException defines the CIM exceptions that are formally defined in
Line 238 
Line 256 
         CIMStatusCode code = CIM_ERR_SUCCESS,         CIMStatusCode code = CIM_ERR_SUCCESS,
         const String& message = String::EMPTY);         const String& message = String::EMPTY);
  
   // l10n
       CIMException(
           CIMStatusCode code,
           const MessageLoaderParms& msgParms);
   
     ///     ///
     CIMException(const CIMException & cimException);     CIMException(const CIMException & cimException);
  


Legend:
Removed from v.1.68  
changed lines
  Added in v.1.68.6.3

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2