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

Public Member Functions

 GameException (String message)
 
 GameException (Throwable exception)
 

Detailed Description

Base class for Game exceptions.

Author
BU CS673 - Clone Productions

Definition at line 7 of file GameException.java.

Constructor & Destructor Documentation

bubolo.util.GameException.GameException ( String  message)

Constructs a GameException object with the specified message.

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

Parameters
exceptionthe exception to wrap.

Definition at line 24 of file GameException.java.