Class NoSuchVertexIndexException

All Implemented Interfaces:
Serializable

public final class NoSuchVertexIndexException extends VertexIndexException
This exception can be thrown whenever a graph does not contain a vertex with a given index.
Since:
1.0
Version:
JDK 1.7
Author:
Ɓukasz Malara
See Also:
  • Constructor Details

    • NoSuchVertexIndexException

      public NoSuchVertexIndexException(int index)
      This constructor creates a new instance of exception with a predefined message based on a given parameter.
      Parameters:
      index - numerical index of vertex
      Since:
      1.0