vooga.gameEngine.exception
Class LevelLoadingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by vooga.gameEngine.exception.VOOGAEngineException
                  extended by vooga.gameEngine.exception.LevelLoadingException
All Implemented Interfaces:
java.io.Serializable

public class LevelLoadingException
extends VOOGAEngineException

Exception to be thrown if there is an error in parsing an XML file representing a level.

Author:
Scott Brothers
See Also:
Serialized Form

Constructor Summary
LevelLoadingException(java.io.File level)
           
 
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

LevelLoadingException

public LevelLoadingException(java.io.File level)
Parameters:
level - that was unsuccessfully parsed