edu.mit.sketch.system
Class DataFormatException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--edu.mit.sketch.system.DataFormatException
All Implemented Interfaces:
Serializable

public class DataFormatException
extends Exception

Created: Thu Mar 7 12:50:44 2002
Copyright: Copyright (C) 2002 by MIT. All rights reserved.

See Also:
Serialized Form

Constructor Summary
DataFormatException(String msg)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DataFormatException

public DataFormatException(String msg)