# PlayerOverflowException
> Thrown when there are too many players to start the game.
`gg.lode.observerapi.api.exception`
---
## Signature
```java
public class PlayerOverflowException extends Exception
```
## Extends
- `Exception`
---
## Default Message
`"There are too many players in the game!"`
---
## Related Pages
- [[IObserverAPI]]
- [[GameState]]