Class CSInvalidColumnIdException

All Implemented Interfaces:
Serializable

public class CSInvalidColumnIdException extends CSException
Thrown when an attempt is made to retrieve a value from a column that does not exist.

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

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

    • CSInvalidColumnIdException

      public CSInvalidColumnIdException()
      Default constructor
    • CSInvalidColumnIdException

      public CSInvalidColumnIdException(String theExceptionMessage, int theInvalidColumnId)