Class CSUnsupportedDatatypeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.mcpdbwizard.pub.CSException
com.mcpdbwizard.pub.CSUnsupportedDatatypeException
- All Implemented Interfaces:
Serializable
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:
- [email protected]
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorCSUnsupportedDatatypeException(String theExceptionMessage, String theUnsupportedDatatype) Constructor with parameters. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CSUnsupportedDatatypeException
public CSUnsupportedDatatypeException()Default constructor -
CSUnsupportedDatatypeException
-