Class ConformityException

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

public class ConformityException 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

    • ConformityException

      public ConformityException(String message)