SimJava
v2.0

eduni.simjava
Class Sim_stat_exception

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Error
              |
              +--eduni.simjava.Sim_exception
                    |
                    +--eduni.simjava.Sim_stat_exception
All Implemented Interfaces:
java.io.Serializable

public class Sim_stat_exception
extends Sim_exception

Error thrown when an error occurs in a Sim_stat object. Such errors range from measure update errors to measurement calculation errors.

See Also:
Serialized Form

Constructor Summary
Sim_stat_exception()
          The constructor for errors without a message.
Sim_stat_exception(java.lang.String msg)
          The constructor for errors with a message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Sim_stat_exception

public Sim_stat_exception(java.lang.String msg)
The constructor for errors with a message.
Parameters:
name - The error's message

Sim_stat_exception

public Sim_stat_exception()
The constructor for errors without a message.

SimJava
v2.0

The University of Edinburgh, 2002