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

Diff for /pegasus/src/Pegasus/Common/InternalException.h between version 1.32 and 1.35

version 1.32, 2009/01/22 09:02:15 version 1.35, 2012/08/30 14:49:11
Line 137 
Line 137 
  
     static const char MSG[];     static const char MSG[];
     static const char KEY[];     static const char KEY[];
       BadQualifierType(const String& qualifierName,
     BadQualifierType(const String& qualifierName);          const String& className = String());
     virtual ~BadQualifierType();     virtual ~BadQualifierType();
       const String _qualifierName;
       const String _className;
       const String& getQualifierName() const;
       const String& getClassName() const;
   
 }; };
  
 // ATTN: P3  KS documentation Required // ATTN: P3  KS documentation Required
Line 435 
Line 440 
     virtual ~InternalSystemError();     virtual ~InternalSystemError();
 }; };
  
   class PEGASUS_COMMON_LINKAGE SocketWriteError : public Exception
   {
   public:
   
       static const char MSG[];
       static const char KEY[];
   
       SocketWriteError(const String& error);
       virtual ~SocketWriteError();
   };
   
   class PEGASUS_COMMON_LINKAGE TooManyHTTPHeadersException : public Exception
   {
   public:
       TooManyHTTPHeadersException();
       virtual ~TooManyHTTPHeadersException();
   };
   
   class PEGASUS_COMMON_LINKAGE TooManyElementsException : public Exception
   {
   public:
       static const char MSG[];
       static const char KEY[];
   
       TooManyElementsException();
       virtual ~TooManyElementsException();
   };
   // function used to throw TooManyElementsException for use in inlined functions
   // to reduce static code size
   PEGASUS_COMMON_LINKAGE extern void ThrowTooManyElementsException();
   
   // function used to throw IndexOutOfBoundsException for use in inlined functions
   // to reduce static code size
   PEGASUS_COMMON_LINKAGE extern void ThrowIndexOutOfBoundsException();
   
  
 /** The CIMException defines the CIM exceptions that are formally defined in /** The CIMException defines the CIM exceptions that are formally defined in
     the CIM Operations over HTTP specification.  TraceableCIMException allows     the CIM Operations over HTTP specification.  TraceableCIMException allows


Legend:
Removed from v.1.32  
changed lines
  Added in v.1.35

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2