|
| ||||||||||||||
/ /** This is the base class of all exceptions in the network. You should always derive from this class if you want to make a new exception handler.
| void |
[pure virtual]
This pure virtual function is intended for debug purposes. Every exception should be able to print a message.
| void |
[virtual]
Freezes the error message. This is used when the object an exception refers (or might refer) to will be destroyed
| ~ |
[virtual]
| BaseException * |
[virtual]