jsim.statistic
Class StatException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by jsim.statistic.StatException
All Implemented Interfaces:
java.io.Serializable

public class StatException
extends java.lang.RuntimeException

This class stops simulation exception.

Version:
1.0 99/3/29
Author:
John A. Miller
See Also:
Serialized Form

Constructor Summary
StatException(double[] data)
           
 
Method Summary
 double[] getData()
           
 
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

StatException

public StatException(double[] data)
Method Detail

getData

public double[] getData()