Sourceforge.net - The VCF's Project Host
   The VCF Website Home   |   Online Discussion Forums   |   Sourceforge.net Project Page   

VCF::NetworkException Class Reference

Base class for all exceptions in the NetworkKit. More...

#include <vcf/NetworkKit/NetworkExceptions.h>

Inheritance diagram for VCF::NetworkException:

VCF::BasicException VCF::SocketException VCF::SocketReadException VCF::SocketWriteException List of all members.

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

VCF::NetworkException::NetworkException const String message  ) 
 

VCF::NetworkException::NetworkException  ) 
 

VCF::NetworkException::NetworkException const String message,
int  lineNumber
 

virtual VCF::NetworkException::~NetworkException  )  throw () [inline, virtual]
 


Member Function Documentation

int VCF::NetworkException::errorCode  )  const [inline]
 

Returns one of the standard error codes that this exception represents.

The value will be one of the value in the NetworkErrors enumeration.

See also:
NetworkErrors


Member Data Documentation

int VCF::NetworkException::errorCode_ [protected]
 


The documentation for this class was generated from the following file:
   Comments or Suggestions?    License Information