Package com.graphs.exceptions.vertex
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
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 Summary
ModifierConstructorDescriptionprotected
VertexIndexException
(String message) This constructor creates a new instance of exception with a given message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
VertexIndexException
This constructor creates a new instance of exception with a given message.- Parameters:
message
- message to set- Since:
- 1.0-beta
-