verinec.netsim.gui
Class SimulationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
verinec.VerinecException
verinec.netsim.gui.SimulationException
- All Implemented Interfaces:
- Serializable
public class SimulationException
- extends VerinecException
Used if an Event does not find its corresponding object on the drawPanel.
(i.e. node, hub, binding)
- Author:
- Renato Loeffel
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
SimulationException
public SimulationException(String errorMessage)
- Instantiate the exception with a description.
- Parameters:
errorMessage - the description of the problem.