de.jstacs.data
Class EmptySampleException

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

public class EmptySampleException
extends Exception

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

Author:
Jens Keilwagen
See Also:
Serialized Form

Constructor Summary
EmptySampleException()
          This constructor creates an instance with default error message ("The created Sample 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

EmptySampleException

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