jstats
Class StatisticException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byjava.lang.ArithmeticException
                  extended byjstats.StatisticException
All Implemented Interfaces:
java.io.Serializable

public class StatisticException
extends java.lang.ArithmeticException

Exception thrown by a Statistic calculation given invalid parameters.

Author:
Justin Scheiber, David Edelstein
See Also:
Serialized Form

Constructor Summary
StatisticException()
          Default constructor
StatisticException(java.lang.String errorString)
          Contructor with an error String describing what caused the Exception to be thrown.
 
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

StatisticException

public StatisticException()
Default constructor


StatisticException

public StatisticException(java.lang.String errorString)
Contructor with an error String describing what caused the Exception to be thrown.

Parameters:
errorString - a descriptive String