VCF::NetworkException Class Reference
Base class for all exceptions in the NetworkKit. More...
#include <vcf/NetworkKit/NetworkExceptions.h>
Inheritance diagram for VCF::NetworkException:

Public Member Functions | |
| NetworkException (const String &message) | |
| NetworkException () | |
| NetworkException (const String &message, int lineNumber) | |
| virtual | ~NetworkException () throw () |
| int | errorCode () const |
| Returns one of the standard error codes that this exception represents. | |
Protected Attributes | |
| int | errorCode_ |
Detailed Description
Base class for all exceptions in the NetworkKit.
Constructor & Destructor Documentation
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
Member Function Documentation
|
|
Returns one of the standard error codes that this exception represents. The value will be one of the value in the NetworkErrors enumeration.
|
Member Data Documentation
|
|
|
The documentation for this class was generated from the following file:
- vcf/NetworkKit/NetworkExceptions.h
