public class DataModelException extends PredictiveServerException
No message string is set for this exception.
Constructor and Description |
---|
DataModelException(DataModel dataModel)
Deprecated.
|
DataModelException(java.lang.String message,
DataModel dataModel)
Creates a DataModelException.
|
Modifier and Type | Method and Description |
---|---|
DataModel |
getDataModel()
Returns the data model that was being used to convert the values.
|
public DataModelException(DataModel dataModel)
dataModel
- the DataModelpublic DataModelException(java.lang.String message, DataModel dataModel)
message
- the messagedataModel
- the DataModelpublic DataModel getDataModel()
Copyright © 2014 Integral Solutions Ltd. All Rights Reserved.