Class CSDBInvalidDatatypeCastException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.mcpdbwizard.pub.CSException
com.mcpdbwizard.pub.CSDBInvalidDatatypeCastException
All Implemented Interfaces:
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.

Copyright 2003-2026 ATB Consultancy Services Ltd (formerly Orinda Software Ltd, Dublin, Ireland)

Version:
7
Author:
[email protected]
See Also:
  • Field Details

    • theCastedDatatype

      public String theCastedDatatype
      The data type we were trying to convert from
    • theCasteeDatatype

      public String theCasteeDatatype
      The data type we were trying to convert to
  • Constructor Details

    • CSDBInvalidDatatypeCastException

      public CSDBInvalidDatatypeCastException()
      Default constructor
    • CSDBInvalidDatatypeCastException

      public CSDBInvalidDatatypeCastException(String theExceptionMessage, String theCastedDatatype, String theCasteeDatatype)
      Constructer that takes parameters.
      Parameters:
      theExceptionMessage - An application generated message
      theCastedDatatype - The data type we were trying to convert from
      theCasteeDatatype - The data type we were trying to convert to