cad.simcad.worldsimulator.stats
Class StatException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--cad.simcad.worldsimulator.stats.StatException
All Implemented Interfaces:
java.io.Serializable

public class StatException
extends java.lang.Exception

Version:
1.0
Author:
Charles-Philip Bentley
See Also:
Serialized Form

Constructor Summary
StatException()
          Creates new StatException without detail message.
StatException(java.lang.String msg)
          Constructs an StatException with the specified detail 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

StatException

public StatException()
Creates new StatException without detail message.


StatException

public StatException(java.lang.String msg)
Constructs an StatException with the specified detail message.

Parameters:
msg - the detail message.

Logo

With the help of www.sourceforge.net and www.info.ucl.ac.be