http://xml.apache.org/http://www.apache.org/http://www.w3.org/

Home

Readme
Release Info

Installation
Download
Build

FAQs
Samples
API Docs

DOM C++ Binding
Programming
Migration Guide

Feedback
Bug-Reporting
PDF Document

CVS Repository
Mail Archive

API Docs for SAX and DOM
 

Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

DefaultPanicHandler Class Reference

Receive notification of panic. More...

Inheritance diagram for DefaultPanicHandler:

Inheritance graph
[legend]
Collaboration diagram for DefaultPanicHandler:

Collaboration graph
[legend]
List of all members.

Public Methods

hidden Constructors
 DefaultPanicHandler ()
 Default constructor. More...

virtual ~DefaultPanicHandler ()
 Destructor. More...

Implement virtual panic handler interface
virtual void panic (const PanicHandler::PanicReasons reason)
 Receive notification of panic. More...


Detailed Description

Receive notification of panic.

This is Xerces' default implementation of the PanicHanlder interface, which will be instantiated and used in the absence of an application's panic handler.


Constructor & Destructor Documentation

DefaultPanicHandler::DefaultPanicHandler  
 

Default constructor.

virtual DefaultPanicHandler::~DefaultPanicHandler   [virtual]
 

Destructor.


Member Function Documentation

virtual void DefaultPanicHandler::panic const PanicHandler::PanicReasons    reason [virtual]
 

Receive notification of panic.

Upon invocation, a corresponding error message will be output to the stderr, and program exit.

Parameters:
reason  The reason of panic

Implements PanicHandler.


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


Copyright © 2004 The Apache Software Foundation. All Rights Reserved.