ACEXML 7.0.10
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | Static Protected Attributes | List of all members
ACEXML_SAXParseException Class Reference

ACEXML_SAXParseException. More...

#include "ACEXML/common/SAXExceptions.h"

Inheritance diagram for ACEXML_SAXParseException:
Inheritance graph
[legend]
Collaboration diagram for ACEXML_SAXParseException:
Collaboration graph
[legend]

Public Member Functions

 ACEXML_SAXParseException ()
 Default constructor. More...
 
 ACEXML_SAXParseException (const ACEXML_Char *msg)
 Constructor with an initializing exception message. More...
 
 ACEXML_SAXParseException (const ACEXML_SAXParseException &ex)
 Copy constructor. More...
 
ACEXML_SAXParseExceptionoperator= (const ACEXML_SAXParseException &ex)
 Assignment operator. More...
 
virtual ~ACEXML_SAXParseException ()
 Destructor. More...
 
virtual void _raise ()
 Throw the exception. More...
 
virtual const ACEXML_Charid () const
 Return the name of the exception. More...
 
virtual ACEXML_Exceptionduplicate () const
 Dynamically create a copy of this exception. More...
 
virtual int is_a (const ACEXML_Char *name)
 Check whether this is an exception of type specified by <name>. More...
 
virtual void print () const
 Print out exception using ACE_DEBUG. More...
 
- Public Member Functions inherited from ACEXML_SAXException
 ACEXML_SAXException ()
 Default constructor. More...
 
 ACEXML_SAXException (const ACEXML_Char *msg)
 Constructor initializing the exception message. More...
 
ACEXML_SAXExceptionoperator= (const ACEXML_SAXException &src)
 Assignment operator. More...
 
 ACEXML_SAXException (const ACEXML_SAXException &ex)
 Copy constructor. More...
 
virtual ~ACEXML_SAXException ()
 Destructor. More...
 
virtual void _raise ()
 Throw the exception. More...
 
virtual const ACEXML_Charid () const
 Return the name of the exception. More...
 
const ACEXML_Charmessage () const
 Return the extra message accompanying the exception. More...
 
virtual ACEXML_Exceptionduplicate () const
 Dynamically create a copy of this exception. More...
 
virtual int is_a (const ACEXML_Char *name)
 Check whether this is an exception of type specified by <name>. More...
 
virtual void print () const
 Print out exception using ACE_DEBUG. More...
 
- Public Member Functions inherited from ACEXML_Exception
virtual ~ACEXML_Exception ()
 Destructor. More...
 
virtual void _raise ()=0
 Throw the exception. More...
 
virtual const ACEXML_Charid () const
 Return the exception type. (for safe downcast.) More...
 
virtual ACEXML_Exceptionduplicate () const =0
 Dynamically create a copy of this exception. More...
 
virtual int is_a (const ACEXML_Char *name)
 Check whether this is an exception of type specified by <name>. More...
 
virtual void print () const =0
 Print out exception using ACE_DEBUG. More...
 

Static Public Member Functions

static ACEXML_SAXParseException_downcast (ACEXML_Exception *ex)
 Static narrow operation. More...
 
- Static Public Member Functions inherited from ACEXML_SAXException
static ACEXML_SAXException_downcast (ACEXML_Exception *ex)
 Static narrow operation. More...
 
- Static Public Member Functions inherited from ACEXML_Exception
static ACEXML_Exception_downcast (ACEXML_Exception *ex)
 Static narrow operation. More...
 

Static Protected Attributes

static const ACEXML_Char exception_name_ [] = ACE_TEXT ("ACEXML_SAXParseException")
 
- Static Protected Attributes inherited from ACEXML_SAXException
static const ACEXML_Charexception_name_ = ACE_TEXT ("ACEXML_SAXException")
 
- Static Protected Attributes inherited from ACEXML_Exception
static const ACEXML_Charexception_name_ = ACE_TEXT ("ACEXML_Exception")
 
static const ACEXML_Charnull_ = ACE_TEXT ("")
 A null string that we return when there is no exception. More...
 

Additional Inherited Members

- Protected Member Functions inherited from ACEXML_Exception
 ACEXML_Exception ()
 Default constructor. More...
 
- Protected Attributes inherited from ACEXML_SAXException
ACEXML_Charmessage_
 A message providing more information about the exception being thrown. More...
 

Detailed Description

ACEXML_SAXParseException.

Constructor & Destructor Documentation

◆ ACEXML_SAXParseException() [1/3]

ACEXML_SAXParseException::ACEXML_SAXParseException ( )

Default constructor.

◆ ACEXML_SAXParseException() [2/3]

ACEXML_SAXParseException::ACEXML_SAXParseException ( const ACEXML_Char msg)

Constructor with an initializing exception message.

◆ ACEXML_SAXParseException() [3/3]

ACEXML_SAXParseException::ACEXML_SAXParseException ( const ACEXML_SAXParseException ex)

Copy constructor.

◆ ~ACEXML_SAXParseException()

ACEXML_SAXParseException::~ACEXML_SAXParseException ( )
virtual

Destructor.

Member Function Documentation

◆ _downcast()

ACEXML_SAXParseException * ACEXML_SAXParseException::_downcast ( ACEXML_Exception ex)
static

Static narrow operation.

◆ _raise()

ACEXML_INLINE void ACEXML_SAXParseException::_raise ( )
virtual

Throw the exception.

Reimplemented from ACEXML_SAXException.

◆ duplicate()

ACEXML_Exception * ACEXML_SAXParseException::duplicate ( ) const
virtual

Dynamically create a copy of this exception.

Reimplemented from ACEXML_SAXException.

◆ id()

ACEXML_INLINE const ACEXML_Char * ACEXML_SAXParseException::id ( ) const
virtual

Return the name of the exception.

Reimplemented from ACEXML_SAXException.

◆ is_a()

int ACEXML_SAXParseException::is_a ( const ACEXML_Char name)
virtual

Check whether this is an exception of type specified by <name>.

Reimplemented from ACEXML_SAXException.

◆ operator=()

ACEXML_SAXParseException & ACEXML_SAXParseException::operator= ( const ACEXML_SAXParseException ex)

Assignment operator.

◆ print()

void ACEXML_SAXParseException::print ( ) const
virtual

Print out exception using ACE_DEBUG.

Reimplemented from ACEXML_SAXException.

Member Data Documentation

◆ exception_name_

const ACEXML_Char ACEXML_SAXParseException::exception_name_ = ACE_TEXT ("ACEXML_SAXParseException")
staticprotected

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