Class VertexIndexException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.graphs.exceptions.vertex.VertexIndexException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
NegativeVertexIndexException, NoSuchVertexIndexException

public abstract class VertexIndexException extends RuntimeException
This is an abstract exception class related to any vertex index problem.
Since:
1.0-beta
Version:
JDK 1.7
Author:
Ɓukasz Malara
See Also:
  • Constructor Details

    • VertexIndexException

      protected VertexIndexException(String message)
      This constructor creates a new instance of exception with a given message.
      Parameters:
      message - message to set
      Since:
      1.0-beta