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

Diff for /pegasus/src/Pegasus/Provider/ProviderException.h between version 1.26 and 1.27

version 1.26, 2006/01/30 16:17:59 version 1.27, 2006/08/15 18:56:09
Line 60 
Line 60 
 recommended that text strings be structured in message recommended that text strings be structured in message
 catalogs to facilitate future localization.</p> catalogs to facilitate future localization.</p>
 */ */
   
 // l10n - added constructors with MessageLoaderParms  
   
 class PEGASUS_PROVIDER_LINKAGE CIMOperationFailedException class PEGASUS_PROVIDER_LINKAGE CIMOperationFailedException
     : public CIMException     : public CIMException
 { {
Line 75 
Line 72 
     */     */
     CIMOperationFailedException(const String & message);     CIMOperationFailedException(const String & message);
  
   #ifdef PEGASUS_INTERNALONLY
     /*     /*
     <p>This exception will cause a <tt>CIM_ERR_FAILED</tt>     <p>This exception will cause a <tt>CIM_ERR_FAILED</tt>
     status code to be returned to the client.</p>     status code to be returned to the client.</p>
     */     */
 #ifdef PEGASUS_USE_EXPERIMENTAL_INTERFACES  
     /** <I><B>Experimental Interface</B></I><BR>  
     */  
     CIMOperationFailedException(const MessageLoaderParms & parms);     CIMOperationFailedException(const MessageLoaderParms & parms);
 #endif #endif
  
 protected: protected:
     CIMOperationFailedException(const CIMStatusCode code, const String & message);     CIMOperationFailedException(const CIMStatusCode code, const String & message);
  
 #ifdef PEGASUS_USE_EXPERIMENTAL_INTERFACES  #ifdef PEGASUS_INTERNALONLY
     /** <I><B>Experimental Interface</B></I><BR>      CIMOperationFailedException(
     */          const CIMStatusCode code,
     CIMOperationFailedException(const CIMStatusCode code, const MessageLoaderParms & parms);          const MessageLoaderParms& parms);
 #endif #endif
 }; };
  
Line 106 
Line 101 
     ///     ///
     CIMAccessDeniedException(const String & message);     CIMAccessDeniedException(const String & message);
  
 #ifdef PEGASUS_USE_EXPERIMENTAL_INTERFACES  #ifdef PEGASUS_INTERNALONLY
     /** <I><B>Experimental Interface</B></I><BR>  
     */  
     CIMAccessDeniedException(const MessageLoaderParms & parms);     CIMAccessDeniedException(const MessageLoaderParms & parms);
 #endif #endif
 }; };
Line 124 
Line 117 
     ///     ///
     CIMInvalidParameterException(const String & message);     CIMInvalidParameterException(const String & message);
  
 #ifdef PEGASUS_USE_EXPERIMENTAL_INTERFACES  #ifdef PEGASUS_INTERNALONLY
     /** <I><B>Experimental Interface</B></I><BR>  
     */  
     CIMInvalidParameterException(const MessageLoaderParms & parms);     CIMInvalidParameterException(const MessageLoaderParms & parms);
 #endif #endif
 }; };
Line 142 
Line 133 
 public: public:
     CIMInvalidClassException(const String & message);     CIMInvalidClassException(const String & message);
  
 #ifdef PEGASUS_USE_EXPERIMENTAL_INTERFACES  #ifdef PEGASUS_INTERNALONLY
     /** <I><B>Experimental Interface</B></I><BR>  
     */  
     CIMInvalidClassException(const MessageLoaderParms & parms);     CIMInvalidClassException(const MessageLoaderParms & parms);
 #endif #endif
 }; };
Line 161 
Line 150 
     ///     ///
     CIMObjectNotFoundException(const String & message);     CIMObjectNotFoundException(const String & message);
  
 #ifdef PEGASUS_USE_EXPERIMENTAL_INTERFACES  #ifdef PEGASUS_INTERNALONLY
     /** <I><B>Experimental Interface</B></I><BR>  
     */  
     CIMObjectNotFoundException(const MessageLoaderParms & parms);     CIMObjectNotFoundException(const MessageLoaderParms & parms);
 #endif #endif
 }; };
Line 179 
Line 166 
     ///     ///
     CIMNotSupportedException(const String & message);     CIMNotSupportedException(const String & message);
  
 #ifdef PEGASUS_USE_EXPERIMENTAL_INTERFACES  #ifdef PEGASUS_INTERNALONLY
     /** <I><B>Experimental Interface</B></I><BR>  
     */  
     CIMNotSupportedException(const MessageLoaderParms & parms);     CIMNotSupportedException(const MessageLoaderParms & parms);
 #endif #endif
 }; };
Line 197 
Line 182 
     ///     ///
     CIMObjectAlreadyExistsException(const String & message);     CIMObjectAlreadyExistsException(const String & message);
  
 #ifdef PEGASUS_USE_EXPERIMENTAL_INTERFACES  #ifdef PEGASUS_INTERNALONLY
     /** <I><B>Experimental Interface</B></I><BR>  
     */  
     CIMObjectAlreadyExistsException(const MessageLoaderParms & parms);     CIMObjectAlreadyExistsException(const MessageLoaderParms & parms);
 #endif #endif
 }; };
Line 215 
Line 198 
     ///     ///
     CIMPropertyNotFoundException(const String & message);     CIMPropertyNotFoundException(const String & message);
  
 #ifdef PEGASUS_USE_EXPERIMENTAL_INTERFACES  #ifdef PEGASUS_INTERNALONLY
     /** <I><B>Experimental Interface</B></I><BR>  
     */  
     CIMPropertyNotFoundException(const MessageLoaderParms & parms);     CIMPropertyNotFoundException(const MessageLoaderParms & parms);
 #endif #endif
 }; };
Line 234 
Line 215 
 public: public:
     CIMInvalidQueryException(const String & message);     CIMInvalidQueryException(const String & message);
  
 #ifdef PEGASUS_USE_EXPERIMENTAL_INTERFACES  #ifdef PEGASUS_INTERNALONLY
     /** <I><B>Experimental Interface</B></I><BR>  
     */  
     CIMInvalidQueryException(const MessageLoaderParms & parms);     CIMInvalidQueryException(const MessageLoaderParms & parms);
 #endif #endif
 }; };
Line 253 
Line 232 
     ///     ///
     CIMMethodNotFoundException(const String & message);     CIMMethodNotFoundException(const String & message);
  
 #ifdef PEGASUS_USE_EXPERIMENTAL_INTERFACES  #ifdef PEGASUS_INTERNALONLY
     /** <I><B>Experimental Interface</B></I><BR>  
     */  
     CIMMethodNotFoundException(const MessageLoaderParms & parms);     CIMMethodNotFoundException(const MessageLoaderParms & parms);
 #endif #endif
 }; };


Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2