Rogue Wave banner
Previous fileTop of DocumentContentsIndex pageNext file
HydraExpress C++ API Reference Guide
Rogue Wave web site:  Home Page  |  Main Documentation Page

rwsf::XmlParseLineColException

Group:  Core XML


rwsf::XmlParseLineColExceptionrwsf::XmlParseException

Local Index

Members

Header File

#include rwsf/core/XmlParseLineColException.h

Description

XmlParseLineColException defines an exception type that captures line and column information for where the parse failure occurs.

Public Constructors

XmlParseLineColException(const rwsf::ExceptionInfo & eInfo,
    const rwsf::LocalizedMessage & msg,
    size_t lineNum,
    size_t columnNum);
XmlParseLineColException(const rwsf::ExceptionInfo & eInfo,
    const char * msg,
    size_t lineNum,
    size_t columnNum);
XmlParseLineColException(const rwsf::ExceptionInfo & eInfo,
    const std::string & msg,
    size_t lineNum,
    size_t columnNum);

Public Destructors

virtual
~XmlParseLineColException();

Public Member Functions

size_t
getColumnNumber(void) const;
size_t
getLineNumber(void) const;


Previous fileTop of DocumentContentsIndex pageNext file

© Copyright Rogue Wave Software, Inc. All Rights Reserved. All Rights Reserved. Rogue Wave is a registered trademark of Rogue Wave Software, Inc. in the United States and other countries. HydraExpress is a trademark of Rogue Wave Software, Inc. All other trademarks are the property of their respective owners.
Contact Rogue Wave about documentation or support issues.