Xerces-C++  3.1.3
Public Member Functions | List of all members
SAXNotSupportedException Class Reference
Inheritance diagram for SAXNotSupportedException:
SAXException XMemory

Public Member Functions

 SAXNotSupportedException (MemoryManager *const manager=XMLPlatformUtils::fgMemoryManager)
 SAXNotSupportedException (const XMLCh *const msg, MemoryManager *const manager=XMLPlatformUtils::fgMemoryManager)
 Create a new SAXException.
 SAXNotSupportedException (const char *const msg, MemoryManager *const manager=XMLPlatformUtils::fgMemoryManager)
 Create a new SAXException.
 SAXNotSupportedException (const SAXException &toCopy)
 Copy constructor.
- Public Member Functions inherited from SAXException
 SAXException (MemoryManager *const manager=XMLPlatformUtils::fgMemoryManager)
 Default constructor.
 SAXException (const XMLCh *const msg, MemoryManager *const manager=XMLPlatformUtils::fgMemoryManager)
 Create a new SAXException.
 SAXException (const char *const msg, MemoryManager *const manager=XMLPlatformUtils::fgMemoryManager)
 Create a new SAXException.
 SAXException (const SAXException &toCopy)
 Copy constructor.
virtual ~SAXException ()
 Destructor.
SAXExceptionoperator= (const SAXException &toCopy)
 Assignment operator.
virtual const XMLChgetMessage () const
 Get the contents of the message.
- Public Member Functions inherited from XMemory
void * operator new (size_t size)
 This method overrides operator new.
void * operator new (size_t size, MemoryManager *memMgr)
 This method defines a custom operator new, that will use the provided memory manager to perform the allocation.
void * operator new (size_t size, void *ptr)
 This method overrides placement operator new.
void operator delete (void *p)
 This method overrides operator delete.
void operator delete (void *p, MemoryManager *memMgr)
 This method provides a matching delete for the custom operator new.
void operator delete (void *p, void *ptr)
 This method provides a matching delete for the placement new.

Additional Inherited Members

- Protected Member Functions inherited from XMemory
 XMemory ()
 Protected default constructor.
- Protected Attributes inherited from SAXException
XMLChfMsg
MemoryManagerfMemoryManager

Constructor & Destructor Documentation

SAXNotSupportedException::SAXNotSupportedException ( MemoryManager *const  manager = XMLPlatformUtils::fgMemoryManager)
SAXNotSupportedException::SAXNotSupportedException ( const XMLCh *const  msg,
MemoryManager *const  manager = XMLPlatformUtils::fgMemoryManager 
)

Create a new SAXException.

Parameters
msgThe error or warning message.
managerPointer to the memory manager to be used to allocate objects.
SAXNotSupportedException::SAXNotSupportedException ( const char *const  msg,
MemoryManager *const  manager = XMLPlatformUtils::fgMemoryManager 
)

Create a new SAXException.

Parameters
msgThe error or warning message.
managerPointer to the memory manager to be used to allocate objects.
SAXNotSupportedException::SAXNotSupportedException ( const SAXException toCopy)

Copy constructor.

Parameters
toCopyThe exception to be copy constructed

The documentation for this class was generated from the following file: