Uncommons Maths API
(Version 1.2.3)

org.uncommons.maths.statistics
Class EmptyDataSetException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.uncommons.maths.statistics.EmptyDataSetException
All Implemented Interfaces:
Serializable

public class EmptyDataSetException
extends RuntimeException

Unchecked exception thrown when an attempt is made to obtain statistics from a DataSet that has had no values added to it.

Author:
Daniel Dyer
See Also:
Serialized Form

Constructor Summary
EmptyDataSetException()
           
 
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()

Uncommons Maths API
(Version 1.2.3)