It handles different types of graph vertex related exceptions
Public Member Functions | |
def | __init__ |
Contructs a VertexError exception. | |
Public Attributes | |
vertexNumber | |
Vertex number for which the exception occured. | |
message | |
Error message |
def pygel::Exceptions::Exceptions::VertexError::__init__ | ( | self, | ||
vertexNumber, | ||||
message | ||||
) |
Contructs a VertexError exception.
vertexNumber | Vertex number for which the exception occured | |
message | Error message |