Package org.uncommons.maths.statistics
Class EmptyDataSetException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.uncommons.maths.statistics.EmptyDataSetException
-
- All Implemented Interfaces:
java.io.Serializable
public class EmptyDataSetException extends java.lang.RuntimeException
Unchecked exception thrown when an attempt is made to obtain statistics from aDataSet
that has had no values added to it.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EmptyDataSetException()
-