SimJava 2.0.1

eduni.simjava
Class Sim_exception

Object
  extended by Throwable
      extended by Error
          extended by Sim_exception
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
Sim_parameter_exception, Sim_stat_exception

public class Sim_exception
extends Error

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

Version:
1.0, 13 May 2002
Author:
Costas Simatos
See Also:
Sim_stat_exception, Sim_parameter_exception, Serialized Form

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

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

The University of Edinburgh, 2009