org.geotools.data
Class DataSourceException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended byorg.geotools.data.DataSourceException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
DbaseFileException, ShapefileException

public class DataSourceException
extends java.io.IOException

Thrown when there is an error in a datasource.

Version:
$Id: DataSourceException.java,v 1.8 2003/10/31 18:05:26 ianschneider Exp $
Author:
Ray Gallagher
See Also:
Serialized Form

Constructor Summary
DataSourceException(java.lang.String msg)
          Constructs a new instance of DataSourceException
DataSourceException(java.lang.String msg, java.lang.Throwable cause)
          Constructs a new instance of DataSourceException
DataSourceException(java.lang.Throwable cause)
          Constructs a new instance of DataSourceException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DataSourceException

public DataSourceException(java.lang.String msg)
Constructs a new instance of DataSourceException

Parameters:
msg - A message explaining the exception

DataSourceException

public DataSourceException(java.lang.Throwable cause)
Constructs a new instance of DataSourceException


DataSourceException

public DataSourceException(java.lang.String msg,
                           java.lang.Throwable cause)
Constructs a new instance of DataSourceException

Parameters:
msg - A message explaining the exception


Copyright © GeoTools. All Rights Reserved.