public class DatasetException extends RuntimeException
Exception thrown for dataset-related failures. The root of the dataset exception hierarchy.
Implementations of the Dataset interface throw this exception if
any of their operations fail. This is a runtime (unchecked) exception.
Dataset,
Serialized Form| Constructor and Description |
|---|
DatasetException() |
DatasetException(String message) |
DatasetException(String message,
Throwable t) |
DatasetException(Throwable t) |
| Modifier and Type | Method and Description |
|---|---|
protected static String |
format(String message,
Object... args) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2013–2015. All rights reserved.