Package org.djutils.draw
Class DrawExceptionTest
java.lang.Object
org.djutils.draw.DrawExceptionTest
Test the constructors for the djutils-draw Exception classes.
Copyright (c) 2013-2025 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, Wouter Schakel
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal void
Test all constructors for InternalCalculationException.final void
Test all constructors for InvalidProjectionException.
-
Constructor Details
-
DrawExceptionTest
public DrawExceptionTest()
-
-
Method Details
-
testInvalidProjectionException
@Test public final void testInvalidProjectionException()Test all constructors for InvalidProjectionException. -
testInternalCalculationException
@Test public final void testInternalCalculationException()Test all constructors for InternalCalculationException.
-