Class SimRuntimeException

All Implemented Interfaces:
Serializable

public class SimRuntimeException extends RuntimeException
This class defines SimRuntimeException. This exception is thrown throughout DSOL whenever exceptions occur which are directly linked to the simulator.

Copyright (c) 2003-2024 Delft University of Technology, Jaffalaan 5, 2628 BX Delft, the Netherlands. All rights reserved. See for project information https://simulation.tudelft.nl. The DSOL project is distributed under a three-clause BSD-style license, which can be found at https://https://simulation.tudelft.nl/dsol/docs/latest/license.html.

Author:
Peter Jacobs, Alexander Verbraeck
See Also:
  • Constructor Details

    • SimRuntimeException

      public SimRuntimeException()
      Constructor for SimRuntimeException.
    • SimRuntimeException

      public SimRuntimeException(String message)
      constructs a new SimRuntimeException.
      Parameters:
      message - String; the exception message
    • SimRuntimeException

      public SimRuntimeException(String message, Throwable cause)
      constructs a new SimRuntimeException.
      Parameters:
      message - String; the exception message
      cause - Throwable; the originating throwable
    • SimRuntimeException

      public SimRuntimeException(Throwable cause)
      Constructor for SimRuntimeException.
      Parameters:
      cause - Throwable; the originating throwable