dualroids
Class GameOverException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--dualroids.GameOverException
All Implemented Interfaces:
Serializable

public final class GameOverException
extends Exception

Thrown to indicate the end of the game.

See Also:
Serialized Form

Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
GameOverException()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace0, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Constructor Detail

GameOverException

public GameOverException()


Dualroids was written by Oskar Ojala, Yrjö Kari-Koskinen and Henri Sivonen