public class DatasetException extends GoodDataException
| Constructor and Description |
|---|
DatasetException(String message,
Collection<String> datasets) |
DatasetException(String message,
Collection<String> datasets,
Throwable cause) |
DatasetException(String message,
String dataset) |
DatasetException(String message,
String dataset,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDataset()
Deprecated.
since this exception may contain more than one dataset, use
getDatasets() instead |
Collection<String> |
getDatasets()
Get datasets.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DatasetException(String message, Collection<String> datasets, Throwable cause)
public DatasetException(String message, Collection<String> datasets)
public Collection<String> getDatasets()
@Deprecated public String getDataset()
getDatasets() insteadgetDatasets()Copyright © 2015. All Rights Reserved.