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:
Serializable
Unchecked exception thrown when an attempt is made to obtain
statistics from a
DataSet
that has had no values added
to it.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
EmptyDataSetException
public EmptyDataSetException()
-