GridSim
v3.2

eduni.simjava
Class Sim_exception

Object
  extended byThrowable
      extended byError
          extended byeduni.simjava.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

Field Summary
 
Fields inherited from class Error
 
Constructor Summary
Sim_exception()
          PRoduce an error without a message..
Sim_exception(String msg)
          Produce an error with a message.
 
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:
msg - The error's message

Sim_exception

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


GridSim
v3.2

The University of Melbourne, Australia, 2005