Compare commits
2 Commits
06e79683c5
...
293043adea
Author | SHA1 | Date |
---|---|---|
dustineversmann | 293043adea | |
dustineversmann | 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