Serialized Form
-
Package com.mcpdbwizard.pub
-
Exception Class com.mcpdbwizard.pub.CSAttemptToGetNullException
class CSAttemptToGetNullException extends CSException implements Serializable-
Serialized Fields
-
theColumnId
int theColumnId
Which column we were looking at when this happened.
-
-
-
Exception Class com.mcpdbwizard.pub.CSColumnException
class CSColumnException extends CSException implements Serializable-
Serialized Fields
-
allowsNulls
boolean allowsNulls
Whether null is allowed -
columnName
String columnName
Column name -
decimalPlaces
int decimalPlaces
How many digits a number has to the right of the decimal point. Note that in Oracle this can be a negative number. For example: NUMBER(4,0) is 4 digits, no decimal places e.g. 2004 NUMBER(6,2) is 4 digits, a decimal point and then 2 digits e.g. 7665.43 NUMBER(7,-3) is 4 digits and then 3 zeros e.g. 9,456,000 -
exceptionType
int exceptionType
What kind of CSColumnException this is - one of NULL_NOT_ALLOWED_HERE, COLUMN_LENGTH_EXCEEDED or DECIMAL_PLACES_EXCEEDED -
length
int length
How long a String is or how many digits a number has to the left of the decimal point. -
tableName
String tableName
Table name -
theApplicationComment
String theApplicationComment
An optional comment -
theValue
Object theValue
The value in question
-
-
-
Exception Class com.mcpdbwizard.pub.CSDBException
class CSDBException extends CSException implements Serializable -
Exception Class com.mcpdbwizard.pub.CSDBInvalidDatatypeCastException
class CSDBInvalidDatatypeCastException extends CSException implements Serializable -
Exception Class com.mcpdbwizard.pub.CSDBNullObjectException
class CSDBNullObjectException extends CSDBException implements Serializable -
Exception Class com.mcpdbwizard.pub.CSDocumentChangedException
class CSDocumentChangedException extends CSException implements Serializable -
Exception Class com.mcpdbwizard.pub.CSException
class CSException extends Exception implements Serializable -
Exception Class com.mcpdbwizard.pub.CSInvalidColumnIdException
class CSInvalidColumnIdException extends CSException implements Serializable-
Serialized Fields
-
invalidColumnId
int invalidColumnId
-
-
-
Exception Class com.mcpdbwizard.pub.CSInvalidDataTypeException
class CSInvalidDataTypeException extends CSException implements Serializable -
Exception Class com.mcpdbwizard.pub.CSIOException
class CSIOException extends CSException implements Serializable -
Exception Class com.mcpdbwizard.pub.CSNoDataInRowSetException
class CSNoDataInRowSetException extends CSException implements Serializable -
Exception Class com.mcpdbwizard.pub.CSNoNanosAllowedException
class CSNoNanosAllowedException extends CSException implements Serializable -
Exception Class com.mcpdbwizard.pub.CSNumberFormatException
class CSNumberFormatException extends CSException implements Serializable -
Exception Class com.mcpdbwizard.pub.CSPoolExhaustedException
class CSPoolExhaustedException extends CSException implements Serializable -
Exception Class com.mcpdbwizard.pub.CSUnsupportedDatatypeException
class CSUnsupportedDatatypeException extends CSException implements Serializable-
Serialized Fields
-
theUnsupportedDatatype
String theUnsupportedDatatype
The name of the datatype that is not supported.
-
-
-