Class MissingComponentException

All Implemented Interfaces:
Serializable

public class MissingComponentException extends GtuException
Thrown when a model component is missing, or when the correct implementation is missing. These situations cannot always be checked beforehand, as certain model assume surrounding GTUs to have model components, and possibly of a certain implementation.

Copyright (c) 2024-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, Wouter Schakel
See Also:
  • Constructor Details

    • MissingComponentException

      public MissingComponentException()
    • MissingComponentException

      public MissingComponentException(String message)
      Constructor with message.
      Parameters:
      message - message
    • MissingComponentException

      public MissingComponentException(Throwable cause)
      Constructor with throwable cause.
      Parameters:
      cause - cause
    • MissingComponentException

      public MissingComponentException(String message, Throwable cause)
      Constructor with message and throwable cause.
      Parameters:
      message - message
      cause - cause