jasi.sim.basic
Class SimulationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by jasi.sim.basic.SimulationException
All Implemented Interfaces:
java.io.Serializable

public class SimulationException
extends java.lang.Exception

Exception during simulation.

See Also:
Serialized Form

Constructor Summary
SimulationException(java.lang.String msg)
          Constructor for SimulationException.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SimulationException

public SimulationException(java.lang.String msg)
Constructor for SimulationException.

Parameters:
msg - The detail message.