public class DatasetException
extends com.gooddata.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 |
|---|---|
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()
Copyright © 2019. All rights reserved.