Public Member Functions | |
| GameException (String message) | |
| GameException (Throwable exception) | |
Base class for Game exceptions.
Definition at line 7 of file GameException.java.
| bubolo.util.GameException.GameException | ( | String | message | ) |
Constructs a GameException object with the specified message.
| message | the exception's detail message. |
Definition at line 15 of file GameException.java.
| bubolo.util.GameException.GameException | ( | Throwable | exception | ) |
Constructs a GameException object from the specified exception.
| exception | the exception to wrap. |
Definition at line 24 of file GameException.java.
1.8.6