edu.washington.NVisF.dataIO
Class SourceNotFoundException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.io.IOException
                    |
                    +--edu.washington.NVisF.dataIO.DataIOException
                          |
                          +--edu.washington.NVisF.dataIO.SourceNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class SourceNotFoundException
extends DataIOException

A SourceNotFoundException is thrown when the data source identified in an initConnection() request could not be found.

See Also:
Serialized Form

Constructor Summary
SourceNotFoundException()
           
SourceNotFoundException(java.lang.String s)
          Initializes a new SourceNotFoundException 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

SourceNotFoundException

public SourceNotFoundException()

SourceNotFoundException

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