Class GameException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--GameException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
CantCreateObjectException, CantFindObjectException

class GameException
extends java.lang.Exception

Miscellaneous exceptions generated by the GameObject and MasterGame hierarchies

See Also:
Serialized Form

Constructor Summary
(package private) GameException(java.lang.String msg)
          Simple constructor
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GameException

GameException(java.lang.String msg)
Simple constructor
Parameters:
msg - a description of what went wrong