Class CSInvalidDataTypeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.mcpdbwizard.pub.CSException
com.mcpdbwizard.pub.CSInvalidDataTypeException
- All Implemented Interfaces:
Serializable
Thrown when an we encounter a value whose data type is unsupported
Copyright 2003-2026 ATB Consultancy Services Ltd (formerly Orinda Software Ltd, Dublin, Ireland)
- Version:
- 7
- Author:
- devteam@mcpdbwizard.com
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorCSInvalidDataTypeException(String theExceptionMessage, String theCasterDatatype, String theCasteeDatatype) Thrown when an we encounter a value whose data type is unsupported -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CSInvalidDataTypeException
public CSInvalidDataTypeException()Default constructor -
CSInvalidDataTypeException
-