com.spss.psapi.data

Class InvalidColumnValueException

  • All Implemented Interfaces:
    java.io.Serializable


    public class InvalidColumnValueException
    extends DataModelException
    An InvalidColumnValueException is thrown when the value supplied for a column is not consistent with its storage type.

    No message string is set for this exception.

    Since:
    PSAPI 1.0
    Version:
    1.0
    Author:
    Julian Clinton
    See Also:
    Serialized Form
    Specification Status:
    Under Development
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      java.lang.String getColumnName()
      Returns the name of the unknown column.
      java.lang.Object getValue()
      Returns the invalid value.
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • InvalidColumnValueException

        public InvalidColumnValueException(DataModel dataModel,
                                   java.lang.String columnName,
                                   java.lang.Object value)
        Deprecated. 
        Creates an InvalidColumnValueException.
        Parameters:
        dataModel - the DataModel
        columnName - the column name
        value - the data value
      • InvalidColumnValueException

        public InvalidColumnValueException(java.lang.String message,
                                   DataModel dataModel,
                                   java.lang.String columnName,
                                   java.lang.Object value)
        Creates an InvalidColumnValueException.
        Parameters:
        message - the error message
        dataModel - the DataModel
        columnName - the column name
        value - the data value
        Since:
        PSAPI 16.0
    • Method Detail

      • getColumnName

        public java.lang.String getColumnName()
        Returns the name of the unknown column.
        Returns:
        the name of the unknown column
      • getValue

        public java.lang.Object getValue()
        Returns the invalid value.
        Returns:
        the invalid value

(C) Copyright IBM Corp. 1994, 2015. All Rights Reserved.