net.sourceforge.cilib.simulator
Class SimulationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.sourceforge.cilib.simulator.SimulationException
All Implemented Interfaces:
Serializable

public class SimulationException
extends RuntimeException

Author:
Edwin Peer
See Also:
Serialized Form

Constructor Summary
SimulationException()
          Creates a new instance of SimulationException without detail message.
SimulationException(String msg)
          Constructs an instance of SimulationException with the specified detail message.
 
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()
Creates a new instance of SimulationException without detail message.


SimulationException

public SimulationException(String msg)
Constructs an instance of SimulationException with the specified detail message.

Parameters:
msg - the detail message.


Copyright © 2009 CIRG. All Rights Reserved.