edu.indiana.util.statistics
Class RunningAggregateSet.AggregateNotSetException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by edu.indiana.util.statistics.RunningAggregateSet.AggregateNotSetException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
RunningAggregateSet

public class RunningAggregateSet.AggregateNotSetException
extends java.lang.RuntimeException

Thrown when an attempt is made to add to or remove from a RunningAggregate that has not yet been set via setAggregate().

See Also:
Serialized Form

Constructor Summary
RunningAggregateSet.AggregateNotSetException(java.lang.String msg)
           
 
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

RunningAggregateSet.AggregateNotSetException

public RunningAggregateSet.AggregateNotSetException(java.lang.String msg)