public class DatasetException
extends java.lang.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(java.lang.String s)
Constructs an
DatasetException with the specified detail
message. |
DatasetException(java.lang.String s,
java.lang.Throwable e)
Constructs an
DatasetException with the specified detail
message. |
public DatasetException()
DatasetException with no detail message.public DatasetException(java.lang.String s)
DatasetException with the specified detail
message.s - the detail messagepublic DatasetException(java.lang.String s,
java.lang.Throwable e)
DatasetException with the specified detail
message.s - the detail messagee - the cause