net.sourceforge.cilib.simulator
Class SimulationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.