WebCab Probability and Statistics
v3.5
(J2SE Edition)

webcab.lib.statistics.statistics
Class StatisticsException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--webcab.lib.statistics.statistics.StatisticsException
All Implemented Interfaces:
Serializable

public class StatisticsException
extends Exception

This exception describes Statistics specific errors occured during computations.

See Also:
Serialized Form

Constructor Summary
StatisticsException(String message)
           
 
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

StatisticsException

public StatisticsException(String message)

WebCab Probability and Statistics
v3.5
(J2SE Edition)