Package graph

Klasse NameDoesNotExistException

Alle implementierten Schnittstellen:
Serializable

public class NameDoesNotExistException extends Exception
Exception thrown when a user attempts to access a non-existent vertex by name.
Siehe auch:
  • Konstruktordetails

    • NameDoesNotExistException

      public NameDoesNotExistException()
      Constructs a new NameDoesNotExistException with no detail message.
    • NameDoesNotExistException

      public NameDoesNotExistException(String message)
      Constructs a new NameDoesNotExistException with the specified detail message.
      Parameter:
      message - The detail message.
    • NameDoesNotExistException

      public NameDoesNotExistException(String message, Throwable cause)
      Constructs a new NameDoesNotExistException with the specified detail message and cause.
      Parameter:
      message - The detail message.
      cause - The cause of the exception.
    • NameDoesNotExistException

      public NameDoesNotExistException(Throwable cause)
      Constructs a new NameDoesNotExistException with the specified cause and a detail message that includes the cause's description.
      Parameter:
      cause - The cause of the exception.