class StandardException

All exceptions should be based on this class.

Inheritance:


Public Methods

[more] StandardException(const char* , exceptype)
Create a new exception.
[more] StandardException(string* , exceptype)
Create a new exception.
[more]string* getErrMsg(void)
Get the error message.
[more]exceptype getErrType(void)
Get the exception type


Documentation

All exceptions should be based on this class.
o StandardException(const char* , exceptype)
Create a new exception. char * points to a error message.

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

ostring* getErrMsg(void)
Get the error message. In a string representation

oexceptype getErrType(void)
Get the exception type


Direct child classes:
protoerr

Alphabetic index HTML hierarchy of classes or Java



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