com.iver.cit.gvsig.fmap
Class DriverException

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

public class DriverException
extends java.lang.Exception

Excepción que indica un problema con los drivers. El problema concreto viene dado por la excepción hija

See Also:
Serialized Form

Constructor Summary
DriverException(java.lang.String message)
          Crea un nuevo DriverException
DriverException(java.lang.String message, java.lang.Throwable cause)
          Crea un nuevo DriverException
DriverException(java.lang.Throwable cause)
          Crea un nuevo DriverException
 
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

DriverException

public DriverException(java.lang.String message)
Crea un nuevo DriverException

Parameters:
message -

DriverException

public DriverException(java.lang.String message,
                       java.lang.Throwable cause)
Crea un nuevo DriverException

Parameters:
message -
cause -

DriverException

public DriverException(java.lang.Throwable cause)
Crea un nuevo DriverException

Parameters:
cause -