Class CantCreateObjectException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--GameException
                    |
                    +--CantCreateObjectException
All Implemented Interfaces:
java.io.Serializable

class CantCreateObjectException
extends GameException

Thrown during initialization when a problem prevents the creation of an object specified in the input file.

See Also:
Serialized Form

Constructor Summary
(package private) CantCreateObjectException(java.lang.String msg)
           
 
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

CantCreateObjectException

CantCreateObjectException(java.lang.String msg)