#include <WsdlException.h>

Public Member Functions | |
| WsdlException (std::string desc) | |
| ~WsdlException () throw () | |
Public Attributes | |
| std::string | description |
| int | WsdlState |
| int | line |
| int | col |
Definition at line 30 of file WsdlException.h.
| WsdlPull::WsdlException::WsdlException | ( | std::string | desc | ) | [inline] |
| WsdlPull::WsdlException::~WsdlException | ( | ) | throw () [inline] |
Definition at line 51 of file WsdlException.h.
| std::string WsdlPull::WsdlException::description |
Definition at line 36 of file WsdlException.h.
Referenced by WsdlPull::WsdlInvoker::invoke(), main(), WsdlException(), and WsdlPull::WsdlInvoker::WsdlInvoker().
Definition at line 37 of file WsdlException.h.
Definition at line 38 of file WsdlException.h.
Referenced by WsdlPull::WsdlInvoker::invoke(), and WsdlPull::WsdlInvoker::WsdlInvoker().
Definition at line 38 of file WsdlException.h.
Referenced by WsdlPull::WsdlInvoker::invoke(), and WsdlPull::WsdlInvoker::WsdlInvoker().
1.5.5