class protoerr

Handles errors from the protocols

Inheritance:


Public Methods

[more] protoerr(char* , exceptype)
Create a new exception.
[more] protoerr(string* , exceptype)
Create a new exception.
[more] protoerr(string*)
Create a new exception.
[more] protoerr(const char*)
Create a new exception.


Inherited from StandardException:

Public Methods

ostring* getErrMsg(void)
oexceptype getErrType(void)


Documentation

Handles errors from the protocols
o protoerr(char* , exceptype)
Create a new exception. char * points to a error message.

o protoerr(string* , exceptype)
Create a new exception. char * points to a error message.

o protoerr(string*)
Create a new exception. char * points to a error message.

o protoerr(const char*)
Create a new exception. char * points to a error message.


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.