Public Member Functions | |
| GameLogicException (String message) | |
| GameLogicException (Throwable exception) | |
Thrown to indicate that there is a mistake in the game logic.
Definition at line 7 of file GameLogicException.java.
| bubolo.util.GameLogicException.GameLogicException | ( | String | message | ) |
Constructs a GameLogicException object with the specified message.
| message | the exception's detail message. |
Definition at line 15 of file GameLogicException.java.
| bubolo.util.GameLogicException.GameLogicException | ( | Throwable | exception | ) |
Constructs a GameLogicException object from the specified exception.
| exception | the exception to wrap. |
Definition at line 24 of file GameLogicException.java.
1.8.6