GNE 0.75.0
GNE::LowLevelError Class Reference

Adds low level HawkNL and possibly system error information to any other error. More...

#include <Errors.h>

Inheritance diagram for GNE::LowLevelError:
GNE::Error

List of all members.

Public Member Functions

 LowLevelError (ErrorCode newCode=OtherLowLevelError)
 Creates a normal error, but picks up any error information reported currently by the underlying network library implementation.
virtual std::string toString () const
 Returns a string description of this error.

Detailed Description

Adds low level HawkNL and possibly system error information to any other error.


Member Function Documentation

std::string GNE::LowLevelError::toString ( ) const [virtual]

Returns a string description of this error.

When possible, the string is "programmer-friendly," so you will probably want to only use this to write a debug message or out to a log, and tell the user more about the error.

Reimplemented from GNE::Error.


The documentation for this class was generated from the following files: