de.jstacs.data
Class EmptyDataSetException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by de.jstacs.data.EmptyDataSetException
All Implemented Interfaces:
Serializable

public class EmptyDataSetException
extends Exception

An EmptyDataSetException will be thrown if no Sequence is in a DataSet (i.e. the DataSet is empty).

Author:
Jens Keilwagen
See Also:
Serialized Form

Constructor Summary
EmptyDataSetException()
          This constructor creates an instance with default error message ("The created DataSet is empty.").
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EmptyDataSetException

public EmptyDataSetException()
This constructor creates an instance with default error message ("The created DataSet is empty.").