Class OTSDrawingException

  • All Implemented Interfaces:
    java.io.Serializable

    public class OTSDrawingException
    extends java.lang.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
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • OTSDrawingException

        public OTSDrawingException()
      • OTSDrawingException

        public OTSDrawingException​(java.lang.String message)
        Parameters:
        message - String; the error message
      • OTSDrawingException

        public OTSDrawingException​(java.lang.Throwable cause)
        Parameters:
        cause - Throwable; the cause of the exception to be included
      • OTSDrawingException

        public OTSDrawingException​(java.lang.String message,
                                   java.lang.Throwable cause)
        Parameters:
        message - String; the error message
        cause - Throwable; the cause of the exception to be included