de.farafin.snEADy.inOut
Class E_LevelFileException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by de.farafin.snEADy.inOut.E_LevelFileException
All Implemented Interfaces:
java.io.Serializable

public final class E_LevelFileException
extends java.io.IOException

just an exception that is thrown if the file if a levelFile was found, but is wrong formated, so that no loading of the file is possible.

Version:
$Revision: 1.3 $
Author:
roland
See Also:
Serialized Form

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

E_LevelFileException

public E_LevelFileException()

E_LevelFileException

public E_LevelFileException(java.lang.String str)