Class OTSDrawingException

  • All Implemented Interfaces:
    Serializable

    public class OTSDrawingException
    extends Exception
    OTSDrawingException .

    Copyright (c) 2003-2020 Delft University of Technology, Jaffalaan 5, 2628 BX Delft, the Netherlands. All rights reserved. See for project information www.simulation.tudelft.nl. The source code and binary code of this software is proprietary information of Delft University of Technology.
    Author:
    Alexander Verbraeck
    See Also:
    Serialized Form
    • Constructor Detail

      • 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