Uses of Class
de.eldecker.dhbw.lottozahlen.engine.model.LottoException
Packages that use LottoException
Package
Description
Kleine Bibliothek für zufällige Erzeugung von Lotto-Tipps für verschiedene
Lottosysteme, z.B. "6 aus 49" (Deutschland) oder "6 aus 90" (Italien).
Dieses Paket enthält die eigentliche Logik für die Erzeugung
der zufällig erzeugten Lotto-Tipps.
-
Uses of LottoException in de.eldecker.dhbw.lottozahlen
Methods in de.eldecker.dhbw.lottozahlen that throw LottoException -
Uses of LottoException in de.eldecker.dhbw.lottozahlen.engine
Constructors in de.eldecker.dhbw.lottozahlen.engine that throw LottoExceptionModifierConstructorDescriptionLottoZahlenGenerator
(int anzahlLottoZahlen, int maxLottoZahl) Convience-Konstruktor, siehe Beschreibung vonLottoZahlenGenerator(int, int, long)
.LottoZahlenGenerator
(int anzahlLottoZahlen, int maxLottoZahl, long initWertFuerZufall) Hauptkonstruktor, erzeugt Lottozahlengenerator für bestimmtes Lottosystem, z.B. "6 aus 49" (Deutschland) oder "6 aus 90" (Italien, SuperEnalotto).