org.vizzini.game
Class GameException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.vizzini.VizziniException
              extended by org.vizzini.game.GameException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
IllegalActionException

public class GameException
extends VizziniException

Provides a base exception for the game framework.

Since:
v0.1
Version:
v0.3
Author:
Jeffrey M. Thompson
See Also:
Serialized Form

Constructor Summary
GameException()
          Construct this object.
GameException(String message)
          Construct this object with the given message.
GameException(String message, Throwable cause)
          Construct this object with the given message and cause.
GameException(Throwable cause)
          Construct this object with the given cause.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GameException

public GameException()
Construct this object.

Since:
v0.1

GameException

public GameException(String message)
Construct this object with the given message.

Parameters:
message - Message to include with the exception.
Since:
v0.1

GameException

public GameException(Throwable cause)
Construct this object with the given cause.

Parameters:
cause - The cause.
Since:
v0.1

GameException

public GameException(String message,
                     Throwable cause)
Construct this object with the given message and cause.

Parameters:
message - Message to include with the exception.
cause - The cause.
Since:
v0.1


Copyright © 2007 Vizzini.org. All Rights Reserved. 2007.12.25.03.00.02