SimJava 2.0.1

eduni.simjava
Class Sim_stat_exception

Object
  extended by Throwable
      extended by Error
          extended by Sim_exception
              extended by Sim_stat_exception
All Implemented Interfaces:
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.

Version:
1.0, 19 May 2002
Author:
Costas Simatos
See Also:
Serialized Form

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

Constructor Detail

Sim_stat_exception

public Sim_stat_exception(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 2.0.1

The University of Edinburgh, 2009