nl.tudelft.simulation.dsol
Class SimRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by nl.tudelft.simulation.dsol.SimRuntimeException
All Implemented Interfaces:
Serializable

public class SimRuntimeException
extends Exception

This class defines SimRuntimeException. This exception is thrown throughout DSOL whenever exceptions occur which are directly linked to the simulator.
(c) copyright 2002-2005 Delft University of Technology , the Netherlands.
See for project information www.simulation.tudelft.nl
License of use: Lesser General Public License (LGPL) , no warranty.

Version:
$Revision: 1.1 $ $Date: 2007/01/06 13:21:29 $
Author:
Peter Jacobs , Niels Lang Alexander Verbraeck
See Also:
Serialized Form

Constructor Summary
SimRuntimeException()
          Constructor for SimRuntimeException.
SimRuntimeException(String message)
          constructs a new SimRuntimeException
SimRuntimeException(String message, Throwable cause)
          constructs a new SimRuntimeException
SimRuntimeException(Throwable cause)
          Constructor for SimRuntimeException.
 
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

SimRuntimeException

public SimRuntimeException()
Constructor for SimRuntimeException.


SimRuntimeException

public SimRuntimeException(String message)
constructs a new SimRuntimeException

Parameters:
message - the exception message

SimRuntimeException

public SimRuntimeException(String message,
                           Throwable cause)
constructs a new SimRuntimeException

Parameters:
message - the exception message
cause - the originating throwable

SimRuntimeException

public SimRuntimeException(Throwable cause)
Constructor for SimRuntimeException.

Parameters:
cause - the originating throwable


Copyright © 2002-2010 Delft University of Technology, the Netherlands. All Rights Reserved.