LectureGame.Core
Class IllegalGameModeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by LectureGame.Core.IllegalGameModeException
All Implemented Interfaces:
java.io.Serializable

 class IllegalGameModeException
extends java.lang.Exception

Created by IntelliJ IDEA. User: olekrst Date: 04.jun.2007 Time: 14:08:55 To change this template use File | Settings | File Templates.


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

IllegalGameModeException

IllegalGameModeException()

IllegalGameModeException

IllegalGameModeException(java.lang.String msg)