Simulations
Class Simulate.SimulationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by Exceptions.GeneralException
              extended by Simulations.Simulate.SimulationException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
Simulate

public class Simulate.SimulationException
extends GeneralException

Exception for when there is a problem with the simulation

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class Exceptions.GeneralException
GeneralException.Debug
 
Constructor Summary
Simulate.SimulationException(java.lang.String msg)
          Constructor
 
Method Summary
 
Methods inherited from class Exceptions.GeneralException
setDebug, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Simulate.SimulationException

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

Parameters:
msg - The cause of the exception