Class AlreadyExistsException

All Implemented Interfaces:
Serializable

public class AlreadyExistsException extends RuntimeException
Exception thrown when an attempt is made to create a new tree node as a child with a name that already exists.
See Also:
  • Constructor Details

    • AlreadyExistsException

      public AlreadyExistsException(String message)
  • Method Details