SimJava
v2.0

eduni.simjava
Class Sim_exception

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Error
              |
              +--eduni.simjava.Sim_exception
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
Sim_parameter_exception, Sim_stat_exception

public class Sim_exception
extends java.lang.Error

Top-level error thrown when an error in the simulation occurs.

See Also:
Sim_stat_exception, Sim_parameter_exception, Serialized Form

Constructor Summary
Sim_exception()
          Produce an error without a message..
Sim_exception(java.lang.String msg)
          Produce an error 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_exception

public Sim_exception(java.lang.String msg)
Produce an error with a message.
Parameters:
name - The error's message

Sim_exception

public Sim_exception()
Produce an error without a message..

SimJava
v2.0

The University of Edinburgh, 2002