
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. | |
| def pygel::Exceptions::Exceptions::EdgeError::__init__ | ( | self, | ||
| edgeNumber, | ||||
| message | ||||
| ) |
Contructs a EdgeError exception.
| edgeNumber | Edge number for which the exception occured | |
| message | Error message |
| def pygel::Exceptions::Exceptions::EdgeError::__init__ | ( | self, | ||
| message | ||||
| ) |
| def pygel::Exceptions::Exceptions::EdgeError::__init__ | ( | self, | ||
| startVertexNumber, | ||||
| endVertexNumber, | ||||
| message | ||||
| ) |
Contructs a EdgeError exception.
| startVertexNumber | startVertexNumber of the edge | |
| endVertexNumber | endVertexNumber of the edge | |
| message | Error message |
1.5.5