Package org.djutils.draw
Class DrawExceptionTest
- java.lang.Object
-
- org.djutils.draw.DrawExceptionTest
-
public class DrawExceptionTest extends Object
Test the constructors for ValueException.Copyright (c) 2013-2021 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See DJUNITS License.- Version:
- $Revision: 847 $, $LastChangedDate: 2020-01-17 15:57:08 +0100 (Fri, 17 Jan 2020) $, by $Author: pknoppers $, initial
version 27 sep. 2015
- Author:
- Alexander Verbraeck, Peter Knoppers
-
-
Constructor Summary
Constructors Constructor Description DrawExceptionTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
drawExceptionTest()
Test all constructors for DrawException.void
DrawRuntimeExceptionTest()
Test all constructors for DrawRuntimeException.
-