All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

XMLParser Exception CATSAXException

System.IUnknown
  |
  +---System.IDispatch
    |
    +---System.CATBaseUnknown
      |
      +---System.CATError
        |
        +---System.CATInternalError
          |
          +---CATSAXException
 

Usage: you must use this class as is. You should never derive it.


public class CATSAXException

Class to encapsulate a general SAX error or warning.

This class can contain basic error or warning information from either the XML SAX parser or the application: a parser writer or application writer can subclass it to provide additional functionality. SAX handlers may raise this error or any error subclassed from it.

If the parser or application needs to include information about a specific location in an XML document, it should use the CATSAXParseException subclass.

See also:
CATSAXParseException



This object is included in the file: CATSAXException.h
If needed, your Imakefile.mk should include the module: CATXMLParserItf

Copyright © 2003, Dassault Systèmes. All rights reserved.