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

Diff for /pegasus/src/Pegasus/Config/ConfigExceptions.h between version 1.16 and 1.17

version 1.16, 2009/01/22 09:02:19 version 1.17, 2009/03/03 08:55:48
Line 89 
Line 89 
               value))               value))
     {     {
     }     }
   protected:
       InvalidPropertyValue(const MessageLoaderParms& theMessage)
            : Exception(theMessage)
       {
       }
   };
   
   
   /**
       InvalidDirectoryPropertyValue Exception class
   */
   class PEGASUS_CONFIG_LINKAGE InvalidDirectoryPropertyValue
      : public InvalidPropertyValue
   {
   public:
       InvalidDirectoryPropertyValue(const String& name, const String& value)
           : InvalidPropertyValue(MessageLoaderParms(
                 "Config.ConfigExceptions.INVALID_DIRECTORY_PROPERTY_VALUE",
                 "For property $0 specified value $1 is not a directory or "
                     "the directory is not writeable.",
                 name,
                 value))
       {
       }
 }; };
  
  


Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2