Package org.opentrafficsim.draw.core
Class OTSDrawingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.opentrafficsim.draw.core.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
-
-
Constructor Summary
Constructors Constructor Description OTSDrawingException()
OTSDrawingException(java.lang.String message)
OTSDrawingException(java.lang.String message, java.lang.Throwable cause)
OTSDrawingException(java.lang.Throwable cause)
-
-
-
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 messagecause
- Throwable; the cause of the exception to be included
-
-