com.spss.psapi.data

Class DataModelException

    • Method Summary

      Methods 
      Modifier and Type Method and Description
      DataModel getDataModel()
      Returns the data model that was being used to convert the values.
      • 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

      • DataModelException

        public DataModelException(DataModel dataModel)
        Deprecated. 
        Creates a DataModelException.
        Parameters:
        dataModel - the DataModel
      • DataModelException

        public DataModelException(java.lang.String message,
                          DataModel dataModel)
        Creates a DataModelException.
        Parameters:
        message - the message
        dataModel - the DataModel
        Since:
        PSAPI 16.0
    • Method Detail

      • getDataModel

        public DataModel getDataModel()
        Returns the data model that was being used to convert the values.
        Returns:
        the data model

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