pygel::Exceptions::Exceptions::EdgeError Class Reference
[Package Exceptions]

Inheritance diagram for pygel::Exceptions::Exceptions::EdgeError:

pygel::Exceptions::Exceptions::Error

List of all members.


Detailed Description

Represents a EdgeError exception.

It handles different types of graph edge related exceptions

Public Member Functions

def __init__
 Contructs a EdgeError exception.
def __init__
 Contructs a EdgeError exception.
def __init__
 Contructs a EdgeError exception.

Public Attributes

 edgeNumber
 Vertex number for which the exception occured.
 message
 Error message
 startVertexNumber
 Start vertex number of the edge.
 endVertexNumber
 End vertex number of the edge.


Member Function Documentation

def pygel::Exceptions::Exceptions::EdgeError::__init__ (   self,
  edgeNumber,
  message 
)

Contructs a EdgeError exception.

Parameters:
edgeNumber Edge number for which the exception occured
message Error message

def pygel::Exceptions::Exceptions::EdgeError::__init__ (   self,
  message 
)

Contructs a EdgeError exception.

Parameters:
message Error message

def pygel::Exceptions::Exceptions::EdgeError::__init__ (   self,
  startVertexNumber,
  endVertexNumber,
  message 
)

Contructs a EdgeError exception.

Parameters:
startVertexNumber startVertexNumber of the edge
endVertexNumber endVertexNumber of the edge
message Error message


Generated on Sat Dec 13 02:15:45 2008 for Python Webgraph Generator by  doxygen 1.5.6