Exceptions#

Exceptions classes module.

Exceptions:

NoConnectedComponentId(vertex)

Exception for vertex with no connected component identifier.

NoEdge(first_vertex, second_vertex, edge_index)

Exception class for NoEdge error.

NoEdgeIndex(edge_index)

Exception class for NoEdgeIndex error.

NoEdgesAttribute(attrname)

NoEdgesAttribute class for edges container.

NoGraphAttribute(attrname)

NoGraphAttribute class for graph object.

NoIndicesEdge(first_vertex, second_vertex, ...)

Exception class for NoIndicesEdge error.

NoVertexIndex(vertex_index)

Vertex does not exist.

NoVerticesAttribute(attrname)

NoVerticesAttribute class for vertices container.

NotNoneCCompId(v, v_cc, v_rev, v_rev_cc)

The NotNoneCCompId class.

WrongAttributeType(attrvalue, attrtype)

WrongAttributeType class.

exception NoConnectedComponentId(vertex)#

Exception for vertex with no connected component identifier.

with_traceback()#

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

args#
exception NoEdge(first_vertex, second_vertex, edge_index)#

Exception class for NoEdge error.

with_traceback()#

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

args#
exception NoEdgeIndex(edge_index)#

Exception class for NoEdgeIndex error.

with_traceback()#

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

args#
exception NoEdgesAttribute(attrname)#

NoEdgesAttribute class for edges container.

with_traceback()#

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

args#
exception NoGraphAttribute(attrname)#

NoGraphAttribute class for graph object.

with_traceback()#

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

args#
exception NoIndicesEdge(first_vertex, second_vertex, edge_index)#

Exception class for NoIndicesEdge error.

with_traceback()#

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

args#
exception NoVertexIndex(vertex_index)#

Vertex does not exist.

with_traceback()#

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

args#
exception NoVerticesAttribute(attrname)#

NoVerticesAttribute class for vertices container.

with_traceback()#

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

args#
exception NotNoneCCompId(v, v_cc, v_rev, v_rev_cc)#

The NotNoneCCompId class.

with_traceback()#

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

args#
exception WrongAttributeType(attrvalue, attrtype)#

WrongAttributeType class.

with_traceback()#

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

args#