wsdlpull 1.23
Public Member Functions | Public Attributes | List of all members
XmlPullParserException Class Reference

#include <XmlPullParserException.h>

Public Member Functions

 XmlPullParserException (std::string desc, std::string STATE, int l, int c)
 
 ~XmlPullParserException () throw ()
 

Public Attributes

std::string description
 
std::string state
 
int line
 
int col
 

Detailed Description

Definition at line 30 of file XmlPullParserException.h.

Constructor & Destructor Documentation

◆ XmlPullParserException()

XmlPullParserException::XmlPullParserException ( std::string  desc,
std::string  STATE,
int  l,
int  c 
)
inline

Definition at line 33 of file XmlPullParserException.h.

◆ ~XmlPullParserException()

XmlPullParserException::~XmlPullParserException ( )
throw (
)
inline

Definition at line 44 of file XmlPullParserException.h.

Member Data Documentation

◆ description

std::string XmlPullParserException::description

◆ state

std::string XmlPullParserException::state

Definition at line 46 of file XmlPullParserException.h.

◆ line

int XmlPullParserException::line

◆ col

int XmlPullParserException::col

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