Uses of Class
org.miage.tpae.utilities.MontantInvalidException
Packages that use MontantInvalidException
-
Uses of MontantInvalidException in org.miage.tpae.exposition
Methods in org.miage.tpae.exposition with parameters of type MontantInvalidExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<ErrorExport>GestionnaireExceptions.gereAutreException(jakarta.servlet.http.HttpServletRequest request, MontantInvalidException exception) Erreur 400 en cas de montant invalide -
Uses of MontantInvalidException in org.miage.tpae.metier
Methods in org.miage.tpae.metier that throw MontantInvalidExceptionModifier and TypeMethodDescriptionvoidServiceCompte.crediter(long idCompte, double montant) Crédite le comptevoidServiceCompte.debiter(long idCompte, double montant) Débite le compteServiceCompte.ouvrir(long idClient, double soldeInitial) Permet la création d'un nouveau comptevoidServiceCompte.virer(long idCompteDebiteur, long idCompteCrediteur, double montant) Virement entre deux comptes