com.hardcode.gdbms.engine.data.driver
Class DriverException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.hardcode.gdbms.engine.data.driver.DriverException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
CannotCreateIndexException

public class DriverException
extends java.lang.Exception

Excepción lanzada cuando un driver no pudo resolver la petición que se le realizó. En un driver de fichero tendrá como causa una IOException, en un driver de DB tendrá una SQLException, ...

Author:
Fernando González Cortés
See Also:
Serialized Form

Constructor Summary
DriverException()
          Creates a new StartException object.
DriverException(java.lang.String arg0)
          Creates a new DriverException object.
DriverException(java.lang.String arg0, java.lang.Throwable arg1)
          Creates a new DriverException object.
DriverException(java.lang.Throwable arg0)
          Creates a new DriverException object.
 
Method Summary
 
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()
Creates a new StartException object.


DriverException

public DriverException(java.lang.String arg0)
Creates a new DriverException object.

Parameters:
arg0 -

DriverException

public DriverException(java.lang.String arg0,
                       java.lang.Throwable arg1)
Creates a new DriverException object.

Parameters:
arg0 -
arg1 -

DriverException

public DriverException(java.lang.Throwable arg0)
Creates a new DriverException object.

Parameters:
arg0 -


Copyright © 2005-2006 . All Rights Reserved.