Merge remote-tracking branch 'origin/main'
commit
4dbc518e07
|
@ -20,6 +20,7 @@ public class Kartenstapel {
|
||||||
Collections.shuffle(stapel);
|
Collections.shuffle(stapel);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Hier wird die geforderte RuntimeException geworfen.
|
||||||
public Karte zieheKarte() {
|
public Karte zieheKarte() {
|
||||||
if (stapel.isEmpty()) {
|
if (stapel.isEmpty()) {
|
||||||
throw new RuntimeException("Alle Karten wurden bereits gezogen.");
|
throw new RuntimeException("Alle Karten wurden bereits gezogen.");
|
||||||
|
|
Loading…
Reference in New Issue