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. |