bubolo
 All Classes Namespaces Functions Variables Enumerator
Public Member Functions | List of all members
bubolo.util.GameLogicException Class Reference
Inheritance diagram for bubolo.util.GameLogicException:
bubolo.util.GameException

Public Member Functions

 GameLogicException (String message)
 
 GameLogicException (Throwable exception)
 

Detailed Description

Thrown to indicate that there is a mistake in the game logic.

Author
BU CS673 - Clone Productions

Definition at line 7 of file GameLogicException.java.

Constructor & Destructor Documentation

bubolo.util.GameLogicException.GameLogicException ( String  message)

Constructs a GameLogicException object with the specified message.

Parameters
messagethe 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.

Parameters
exceptionthe exception to wrap.

Definition at line 24 of file GameLogicException.java.