com.orindasoft.pub
Class CSDBInvalidDatatypeCastException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.orindasoft.pub.CSException
              extended by com.orindasoft.pub.CSDBInvalidDatatypeCastException
All Implemented Interfaces:
java.io.Serializable

public class CSDBInvalidDatatypeCastException
extends CSException

Thrown when an attempt is made to retrieve a value in a form that it can not be converted to.
(c) Copyright 2003 - 2012 Orinda Software Ltd

Version:
6.0
Author:
Orinda Software
See Also:
Serialized Form

Field Summary
 java.lang.String theCastedDatatype
          The data type we were trying to convert from
 java.lang.String theCasteeDatatype
          The data type we were trying to convert to
 
Constructor Summary
CSDBInvalidDatatypeCastException()
          Default constructor
CSDBInvalidDatatypeCastException(java.lang.String theExceptionMessage, java.lang.String theCastedDatatype, java.lang.String theCasteeDatatype)
          Constructer that takes parameters.
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

theCastedDatatype

public java.lang.String theCastedDatatype
The data type we were trying to convert from


theCasteeDatatype

public java.lang.String theCasteeDatatype
The data type we were trying to convert to

Constructor Detail

CSDBInvalidDatatypeCastException

public CSDBInvalidDatatypeCastException()
Default constructor


CSDBInvalidDatatypeCastException

public CSDBInvalidDatatypeCastException(java.lang.String theExceptionMessage,
                                        java.lang.String theCastedDatatype,
                                        java.lang.String theCasteeDatatype)
Constructer that takes parameters.

Parameters:
String - theExceptionMessage An application generated message
String - theCastedDatatype The data type we were trying to convert from
String - theCasteeDatatype The data type we were trying to convert to


Copyright © Orinda Software Ltd 2012Logo