jdsl.extension.LEDA
Class FileFormatException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--jdsl.extension.LEDA.FormatException
                          |
                          +--jdsl.extension.LEDA.FileFormatException

public class FileFormatException
extends FormatException

This exception class is used to indicate error during file parsing. It is mainly called from GraphWinFile (read method).

See Also:
Serialized Form

Constructor Summary
FileFormatException(java.lang.String arg)
          Construct a exception with description.
 
Methods inherited from class jdsl.extension.LEDA.FormatException
toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FileFormatException

public FileFormatException(java.lang.String arg)
Construct a exception with description.
Parameters:
arg - a String containing a description (for details).