Go to the documentation of this file.
   22 #if !defined(XERCESC_INCLUDE_GUARD_OUT_OF_MEMORY_EXCEPTION_HPP) 
   23 #define XERCESC_INCLUDE_GUARD_OUT_OF_MEMORY_EXCEPTION_HPP 
   27 #include <xercesc/util/XMLExceptMsgs.hpp> 
   32 static const XMLCh gDefOutOfMemoryErrMsg[] =
 
   48     XMLExcepts::Codes getCode() 
const;
 
   49     const XMLCh* getMessage() 
const;
 
   50     const XMLCh* getType() 
const;
 
   51     const char* getSrcFile() 
const;
 
   72     return XMLExcepts::Out_Of_Memory;
 
   77     return gDefOutOfMemoryErrMsg;
 
   82     return gDefOutOfMemoryErrMsg;
 
  
This class makes it possible to override the C++ memory management by adding new/delete operators to ...
Definition: XMemory.hpp:40
#define XERCES_CPP_NAMESPACE_BEGIN
Definition: XercesDefs.hpp:112
const XMLCh chLatin_M
Definition: XMLUniDefs.hpp:104
const XMLCh chLatin_O
Definition: XMLUniDefs.hpp:106
const char * getSrcFile() const
Definition: OutOfMemoryException.hpp:85
const XMLCh chLatin_r
Definition: XMLUniDefs.hpp:136
#define XERCES_CPP_NAMESPACE_END
Definition: XercesDefs.hpp:113
Definition: OutOfMemoryException.hpp:39
const XMLCh chLatin_u
Definition: XMLUniDefs.hpp:139
#define XMLUTIL_EXPORT
Definition: XercesDefs.hpp:162
XMLUInt64 XMLFileLoc
Definition: Xerces_autoconf_config.hpp:144
const XMLCh chLatin_y
Definition: XMLUniDefs.hpp:143
const XMLCh chLatin_e
Definition: XMLUniDefs.hpp:123
XMLExcepts::Codes getCode() const
Definition: OutOfMemoryException.hpp:70
uint16_t XMLCh
Definition: Xerces_autoconf_config.hpp:120
OutOfMemoryException()
Definition: OutOfMemoryException.hpp:59
const XMLCh chLatin_t
Definition: XMLUniDefs.hpp:138
const XERCES_CPP_NAMESPACE_BEGIN XMLCh chNull
Definition: XMLUniDefs.hpp:37
~OutOfMemoryException()
Definition: OutOfMemoryException.hpp:60
const XMLCh chLatin_f
Definition: XMLUniDefs.hpp:124
const XMLCh * getType() const
Definition: OutOfMemoryException.hpp:80
const XMLCh chLatin_o
Definition: XMLUniDefs.hpp:133
OutOfMemoryException & operator=(const OutOfMemoryException &toAssign)
Definition: OutOfMemoryException.hpp:62
XMLFileLoc getSrcLine() const
Definition: OutOfMemoryException.hpp:90
const XMLCh chLatin_m
Definition: XMLUniDefs.hpp:131
const XMLCh * getMessage() const
Definition: OutOfMemoryException.hpp:75