Class CSUnsupportedDatatypeException

All Implemented Interfaces:
Serializable

public class CSUnsupportedDatatypeException extends CSException
Thrown when an attempt is made to retrieve a value from a column has an unsupported datatype

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

Version:
7
Author:
devteam@mcpdbwizard.com
See Also:
  • Constructor Details

    • CSUnsupportedDatatypeException

      public CSUnsupportedDatatypeException()
      Default constructor
    • CSUnsupportedDatatypeException

      public CSUnsupportedDatatypeException(String theExceptionMessage, String theUnsupportedDatatype)
      Constructor with parameters.
      Parameters:
      theExceptionMessage - An exception message
      theUnsupportedDatatype - The name of the unsupported data type.