de.jstacs.data
Class EmptySampleException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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 message. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
EmptySampleException
public EmptySampleException()
- THis constructor creates an instance with default message.