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

Public Member Functions

 SAXNotRecognizedException (MemoryManager *const manager=XMLPlatformUtils::fgMemoryManager)
 
 SAXNotRecognizedException (const XMLCh *const msg, MemoryManager *const manager=XMLPlatformUtils::fgMemoryManager)
 Create a new SAXException. More...
 
 SAXNotRecognizedException (const char *const msg, MemoryManager *const manager=XMLPlatformUtils::fgMemoryManager)
 Create a new SAXException. More...
 
 SAXNotRecognizedException (const SAXException &toCopy)
 Copy constructor. More...
 
- Public Member Functions inherited from SAXException
 SAXException (MemoryManager *const manager=XMLPlatformUtils::fgMemoryManager)
 Default constructor. More...
 
 SAXException (const XMLCh *const msg, MemoryManager *const manager=XMLPlatformUtils::fgMemoryManager)
 Create a new SAXException. More...
 
 SAXException (const char *const msg, MemoryManager *const manager=XMLPlatformUtils::fgMemoryManager)
 Create a new SAXException. More...
 
 SAXException (const SAXException &toCopy)
 Copy constructor. More...
 
virtual ~SAXException ()
 Destructor. More...
 
SAXExceptionoperator= (const SAXException &toCopy)
 Assignment operator. More...
 
virtual const XMLChgetMessage () const
 Get the contents of the message. More...
 
- Public Member Functions inherited from XMemory
void * operator new (size_t size)
 This method overrides operator new. More...
 
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. More...
 
void * operator new (size_t size, void *ptr)
 This method overrides placement operator new. More...
 
void operator delete (void *p)
 This method overrides operator delete. More...
 
void operator delete (void *p, MemoryManager *memMgr)
 This method provides a matching delete for the custom operator new. More...
 
void operator delete (void *p, void *ptr)
 This method provides a matching delete for the placement new. More...
 

Additional Inherited Members

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

Constructor & Destructor Documentation

SAXNotRecognizedException::SAXNotRecognizedException ( MemoryManager *const  manager = XMLPlatformUtils::fgMemoryManager)
SAXNotRecognizedException::SAXNotRecognizedException ( 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.
SAXNotRecognizedException::SAXNotRecognizedException ( 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.
SAXNotRecognizedException::SAXNotRecognizedException ( const SAXException toCopy)

Copy constructor.

Parameters
toCopyThe exception to be copy constructed

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