Class CSAttemptToGetNullException

All Implemented Interfaces:
Serializable

public class CSAttemptToGetNullException extends CSException
Thrown when a method which returns a native type such as int,long,double is called for a column whose value is null.

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

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

    • theColumnId

      public int theColumnId
      Which column we were looking at when this happened.
  • Constructor Details

    • CSAttemptToGetNullException

      public CSAttemptToGetNullException()
      Default constructor
    • CSAttemptToGetNullException

      public CSAttemptToGetNullException(String theExceptionMessage, int theColumnId)
      Constructor which takes an message and a columnId