Class NegativeVertexIndexException

All Implemented Interfaces:
Serializable

public final class NegativeVertexIndexException extends VertexIndexException
This exception can be thrown whenever a negative vertex index occurs.
Since:
1.0
Version:
JDK 1.7
Author:
Ɓukasz Malara
See Also:
  • Constructor Details

    • NegativeVertexIndexException

      public NegativeVertexIndexException()
      This constructor creates a new instance of exception with a predefined message.
      Since:
      1.0