Class GraphException

All Implemented Interfaces:
Serializable

public class GraphException extends UsrException
Exception thrown if a failure occurs while generating a Graph.
See Also:
  • Constructor Details

    • GraphException

      public GraphException()
      Default constructor
    • GraphException

      public GraphException(String message)
      Constructor
      Parameters:
      message - detailed message
    • GraphException

      public GraphException(String title, Throwable cause)