class UserException

This is the base class of all exceptions in the network caused by user intervention. More...

Definition#include <data-flow/include/UserException.h>
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods


Detailed Description

This is the base class of all exceptions in the network caused by user intervention. You should always derive from this class if you want to make a new exception handler.

UserException ()

[virtual]

This pure virtual function is intended for debug purposes. Every exception should be able to print a message.