Handles errors from the protocols
Inheritance:
Public Methods
-
protoerr(char* , exceptype)
- Create a new exception.
-
protoerr(string* , exceptype)
- Create a new exception.
-
protoerr(string*)
- Create a new exception.
-
protoerr(const char*)
- Create a new exception.
Public Methods
-
string* getErrMsg(void)
-
exceptype getErrType(void)
Documentation
Handles errors from the protocols
protoerr(char* , exceptype)
- Create a new exception. char * points to
a error message.
protoerr(string* , exceptype)
- Create a new exception. char * points to
a error message.
protoerr(string*)
- Create a new exception. char * points to
a error message.
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++.