Class GraphException

  • All Implemented Interfaces:
    Serializable

    public class GraphException
    extends Exception
    A general exception class for all failures that occurs during the use and execution of Graphs.
    See Also:
    Serialized Form
    • Constructor Detail

      • GraphException

        public GraphException​(String message)
        Constructs a new exception with the specified detail message.
        Parameters:
        message - the detail message
      • GraphException

        public GraphException​(String message,
                              Throwable cause)
        Constructs a new exception with the specified detail message and cause.
        Parameters:
        message - the detail message
        cause - the cause