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 FormConstructor 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, toString
Copyright © 2013–2015. All rights reserved.