Package org.opentrafficsim.draw
Class OtsDrawingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opentrafficsim.draw.OtsDrawingException
- All Implemented Interfaces:
Serializable
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 Summary
ConstructorDescriptionOtsDrawingException
(String message) OtsDrawingException
(String message, Throwable cause) OtsDrawingException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
OtsDrawingException
public OtsDrawingException() -
OtsDrawingException
- Parameters:
message
- String; the error message
-
OtsDrawingException
- Parameters:
cause
- Throwable; the cause of the exception to be included
-
OtsDrawingException
- Parameters:
message
- String; the error messagecause
- Throwable; the cause of the exception to be included
-