com.ozdevworx.dtype.impl
Class IlegalNumberTypeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.sql.SQLException
              extended by com.ozdevworx.dtype.impl.IlegalNumberTypeException
All Implemented Interfaces:
java.io.Serializable, java.lang.Iterable<java.lang.Throwable>

public class IlegalNumberTypeException
extends java.sql.SQLException

Version:
2010-04-10
Author:
Tim Gall
See Also:
Serialized Form

Constructor Summary
IlegalNumberTypeException(java.lang.String reason)
           
IlegalNumberTypeException(java.lang.String reason, java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.sql.SQLException
getErrorCode, getNextException, getSQLState, iterator, setNextException
 
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

IlegalNumberTypeException

public IlegalNumberTypeException(java.lang.String reason)
Parameters:
reason - A message describing the error

IlegalNumberTypeException

public IlegalNumberTypeException(java.lang.String reason,
                                 java.lang.Throwable cause)
Parameters:
reason - A message describing the error
cause - The cause