edu.washington.NVisF.dataIO
Class DataIOException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.io.IOException
                    |
                    +--edu.washington.NVisF.dataIO.DataIOException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
NoConnectionException, OpenConnectionException, SourceNotFoundException

public class DataIOException
extends java.io.IOException

This class is the superclass of all exceptions within the dataIO package. It is not an abstract class; any problem that doesn't fit one of the subclasses will produce a plain DataIOException.

See Also:
Serialized Form

Constructor Summary
DataIOException()
           
DataIOException(java.lang.String s)
          Initializes a new DataIOException with the given message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DataIOException

public DataIOException()

DataIOException

public DataIOException(java.lang.String s)
Initializes a new DataIOException with the given message.