de.spieleck.game.numfield
Class NumfieldException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--de.spieleck.game.GameException
                    |
                    +--de.spieleck.game.numfield.NumfieldException
All Implemented Interfaces:
java.io.Serializable

public class NumfieldException
extends GameException

This is the NumfieldException, essentially an Umbrella for the GameException.

See Also:
Serialized Form

Fields inherited from class de.spieleck.game.GameException
wrapped
 
Constructor Summary
NumfieldException(java.lang.String msg)
           
 
Methods inherited from class de.spieleck.game.GameException
printStackTrace, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NumfieldException

public NumfieldException(java.lang.String msg)


gameframe project