com.hardcode.gdbms.engine.data
Class UnknownTypeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.hardcode.gdbms.engine.data.UnknownTypeException
All Implemented Interfaces:
java.io.Serializable

public class UnknownTypeException
extends java.lang.Exception

Excepción que se dá cuando un driver devuelve un tipo de datos no reconocido

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

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

UnknownTypeException

public UnknownTypeException()
Creates a new UnknownTypeException object.


UnknownTypeException

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

Parameters:
arg0 -

UnknownTypeException

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

Parameters:
arg0 -

UnknownTypeException

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

Parameters:
arg0 -
arg1 -


Copyright © 2005-2006 . All Rights Reserved.