com.iver.cit.gvsig.fmap.drivers
Class DriverIOException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.iver.cit.gvsig.fmap.drivers.DriverIOException
All Implemented Interfaces:
java.io.Serializable

public class DriverIOException
extends java.lang.Exception

Excepción al acceder a un driver

See Also:
Serialized Form

Constructor Summary
DriverIOException()
          Crea un objeto.
DriverIOException(java.lang.String message)
          Crea un objeto con un mensaje como parámetro.
DriverIOException(java.lang.String message, java.lang.Throwable cause)
          Crea un objeto.
DriverIOException(java.lang.Throwable cause)
          Crea un objeto.
 
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

DriverIOException

public DriverIOException()
Crea un objeto.


DriverIOException

public DriverIOException(java.lang.String message)
Crea un objeto con un mensaje como parámetro.

Parameters:
message - String.

DriverIOException

public DriverIOException(java.lang.String message,
                         java.lang.Throwable cause)
Crea un objeto.

Parameters:
message -
cause -

DriverIOException

public DriverIOException(java.lang.Throwable cause)
Crea un objeto.

Parameters:
cause -