Class InvalidFileFormatException

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

public class InvalidFileFormatException
extends java.lang.Exception

Defines an Exception if the mml/pml file is improperly formatted.

See Also:
Grid, MapLoader, PlayerLoader, PlayerSaver, Serialized Form

Constructor Summary
InvalidFileFormatException(java.lang.String s)
          Simple constructor for InvalidFileFormatException
 
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

InvalidFileFormatException

public InvalidFileFormatException(java.lang.String s)
Simple constructor for InvalidFileFormatException

Parameters:
s - the String to pass along