Class EdgeFoundException

  • All Implemented Interfaces:
    java.io.Serializable

    public class EdgeFoundException
    extends java.lang.Exception
    Exception to be thrown if an attempt is made to add an edge to a graph when this edge already exists.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      EdgeFoundException​(java.lang.String message)
      Constructs an EdgeFoundException with the specified message.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • EdgeFoundException

        public EdgeFoundException​(java.lang.String message)
        Constructs an EdgeFoundException with the specified message.
        Parameters:
        message - Message to report the error that has been identified