public class DatasetException extends Exception
DatasetException is thrown when problems are encountered
with the dataset. This exception can be thrown when there are problems
initializing, or accessing the dataset.| Constructor and Description |
|---|
DatasetException()
Constructs an
DatasetException with no detail message. |
DatasetException(String s)
Constructs an
DatasetException with the specified detail
message. |
DatasetException(String s,
Throwable e)
Constructs an
DatasetException with the specified detail
message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DatasetException()
DatasetException with no detail message.public DatasetException(String s)
DatasetException with the specified detail
message.s - the detail messageCopyright © 2015. All rights reserved.