GridSim
v3.2

eduni.simjava.distributions
Class Sim_parameter_exception

Object
  extended byThrowable
      extended byError
          extended byeduni.simjava.Sim_exception
              extended byeduni.simjava.distributions.Sim_parameter_exception
All Implemented Interfaces:
Serializable

public class Sim_parameter_exception
extends Sim_exception

Error thrown when a distribution is passed incorrect parameters.

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

Field Summary
 
Fields inherited from class Error
 
Constructor Summary
Sim_parameter_exception()
          The constructor for errors without a message.
Sim_parameter_exception(String msg)
          The constructor for errors 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_parameter_exception

public Sim_parameter_exception(String msg)
The constructor for errors with a message.

Parameters:
msg - The error's message

Sim_parameter_exception

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


GridSim
v3.2

The University of Melbourne, Australia, 2005