com.spss.psapi.data

Class ColumnCountException

  • All Implemented Interfaces:
    java.io.Serializable


    public class ColumnCountException
    extends DataModelException
    A ColumnCountException is thrown when the number of columns in the data did not match the number of columns specified in the data model.

    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.util.List getValues()
      Returns the list of values that were being converted.
      • 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

      • ColumnCountException

        public ColumnCountException(DataModel dataModel,
                            java.util.List values)
        Deprecated. 
        Creates a ColumnCountException.
        Parameters:
        values - the data values
        dataModel - the DataModel
      • ColumnCountException

        public ColumnCountException(java.lang.String message,
                            DataModel dataModel,
                            java.util.List values)
        Creates a ColumnCountException.
        Parameters:
        message - the error message
        values - the data values
        dataModel - the DataModel
        Since:
        PSAPI 16.0
    • Method Detail

      • getValues

        public java.util.List getValues()
        Returns the list of values that were being converted.
        Returns:
        the list of values

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