Class OtsDrawingException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opentrafficsim.draw.OtsDrawingException
All Implemented Interfaces:
Serializable

public class OtsDrawingException extends Exception
OtsDrawingException.

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
See Also:
  • Constructor Details

    • OtsDrawingException

      public OtsDrawingException()
    • OtsDrawingException

      public OtsDrawingException(String message)
      Parameters:
      message - String; the error message
    • OtsDrawingException

      public OtsDrawingException(Throwable cause)
      Parameters:
      cause - Throwable; the cause of the exception to be included
    • OtsDrawingException

      public OtsDrawingException(String message, Throwable cause)
      Parameters:
      message - String; the error message
      cause - Throwable; the cause of the exception to be included