com.spss.psapi.data

Class UnknownColumnException

  • All Implemented Interfaces:
    java.io.Serializable


    public class UnknownColumnException
    extends DataModelException
    An UnknownColumnException is thrown when a column name is used that does not exist 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.lang.String getColumnName()
      Returns the name of the unknown column.
      • 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

      • UnknownColumnException

        public UnknownColumnException(DataModel dataModel,
                              java.lang.String columnName)
        Deprecated. 
        Creates an UnknownColumnException.
        Parameters:
        dataModel - the DataModel
        columnName - the unknown column name
      • UnknownColumnException

        public UnknownColumnException(java.lang.String message,
                              DataModel dataModel,
                              java.lang.String columnName)
        Creates an UnknownColumnException.
        Parameters:
        message - the error message
        dataModel - the DataModel
        columnName - the unknown column name
        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

Copyright © 2014 Integral Solutions Ltd. All Rights Reserved.