Class GraphElementNotFoundException

All Implemented Interfaces:
Serializable

public class GraphElementNotFoundException
extends RuntimeException
The GraphElementNotFoundException will be thrown if a method tries to deal with a GraphElement which cannot be found in the Graph.
Version:
$Revision: 1.4 $
See Also:
Serialized Form
  • Constructor Details

    • GraphElementNotFoundException

      public GraphElementNotFoundException​(String msg)
      Constructs a new GraphElementNotFoundException with the specified detail message.
      Parameters:
      msg - the error message.