Class OtsSimulationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opentrafficsim.core.dsol.OtsSimulationException
All Implemented Interfaces:
Serializable

public class OtsSimulationException extends Exception
Exception for the operational plan, e.g. when a request is given outside the plan's validity.

Copyright (c) 2013-2024 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.

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

    • OtsSimulationException

      public OtsSimulationException()
      Construct an operational plan exception.
    • OtsSimulationException

      public OtsSimulationException(String message)
      Parameters:
      message - String; exception message
    • OtsSimulationException

      public OtsSimulationException(Throwable cause)
      Parameters:
      cause - Throwable; exception that triggered this exception
    • OtsSimulationException

      public OtsSimulationException(String message, Throwable cause)
      Parameters:
      message - String; exception message
      cause - Throwable; exception that triggered this exception
    • OtsSimulationException

      public OtsSimulationException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
      Parameters:
      message - String; exception message
      cause - Throwable; exception that triggered this exception
      enableSuppression - boolean; whether or not suppression is enabled or disabled
      writableStackTrace - boolean; whether or not the stack trace should be writable