Class CSAttemptToGetNullException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.mcpdbwizard.pub.CSException
com.mcpdbwizard.pub.CSAttemptToGetNullException
- All Implemented Interfaces:
Serializable
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 Summary
FieldsModifier and TypeFieldDescriptionintWhich column we were looking at when this happened. -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorCSAttemptToGetNullException(String theExceptionMessage, int theColumnId) Constructor which takes an message and a columnId -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
theColumnId
public int theColumnIdWhich column we were looking at when this happened.
-
-
Constructor Details
-
CSAttemptToGetNullException
public CSAttemptToGetNullException()Default constructor -
CSAttemptToGetNullException
Constructor which takes an message and a columnId
-