#include <SchemaParserException.h>
Public Member Functions | |
SchemaParserException (std::string desc) | |
~SchemaParserException () throw () | |
Public Attributes | |
std::string | description |
int | line |
int | col |
Definition at line 28 of file SchemaParserException.h.
Schema::SchemaParserException::SchemaParserException | ( | std::string | desc | ) | [inline] |
Schema::SchemaParserException::~SchemaParserException | ( | ) | throw () [inline] |
Definition at line 44 of file SchemaParserException.h.
std::string Schema::SchemaParserException::description |
Definition at line 33 of file SchemaParserException.h.
Referenced by WsdlPull::Soap::handleElement(), WsdlPull::WsdlInvoker::invoke(), main(), Schema::SchemaParser::parseSchemaTag(), SchemaParserException(), and WsdlPull::WsdlInvoker::WsdlInvoker().
Definition at line 34 of file SchemaParserException.h.
Referenced by WsdlPull::WsdlInvoker::invoke(), main(), Schema::SchemaParser::parseSchemaTag(), Schema::SchemaValidator::validate(), and WsdlPull::WsdlInvoker::WsdlInvoker().
Definition at line 34 of file SchemaParserException.h.
Referenced by WsdlPull::WsdlInvoker::invoke(), main(), Schema::SchemaParser::parseSchemaTag(), Schema::SchemaValidator::validate(), and WsdlPull::WsdlInvoker::WsdlInvoker().