Class GraphException

All Implemented Interfaces:
Serializable

public class GraphException extends RuntimeException
Single exception used for the entire String Graph project.
Author:
Dr. Lillis
See Also:
  • Constructor Details

    • GraphException

      public GraphException()
      Default constructor
    • GraphException

      public GraphException(String s)
      Constructs a graphException with the specified detail message.
      Parameters:
      s - the detail message