Merge remote-tracking branch 'origin/main'

main
dustineversmann 2024-03-26 10:35:10 +01:00
commit 4dbc518e07
1 changed files with 1 additions and 0 deletions

View File

@ -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.");