jdsl.extension.LEDA
Class DataFormatException

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

public class DataFormatException
extends FormatException

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

See Also:
Serialized Form

Constructor Summary
DataFormatException(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

DataFormatException

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