Class DuplicateNameException

java.lang.Object
java.lang.Throwable
java.lang.Exception
no.ntnu.idatt1002.spendwise.exceptions.DuplicateNameException
All Implemented Interfaces:
Serializable

public class DuplicateNameException extends Exception
Exception that is thrown when a transaction is attempted to add to a category, and the transaction does not conform to the type of transactions already present in the category.
See Also:
  • Constructor Details

    • DuplicateNameException

      public DuplicateNameException(String message)