Package org.djutils.exceptions
Class ThrowTest.NoThrow
java.lang.Object
org.djutils.exceptions.ThrowTest.NoThrow
- All Implemented Interfaces:
ThrowTest.NoThrowInterface
- Enclosing class:
- ThrowTest
Class that has a method with an exception.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
A method that does not throw an exception.
-
Constructor Details
-
NoThrow
NoThrow()
-
-
Method Details
-
doSomethingWithoutException
public void doSomethingWithoutException()Description copied from interface:ThrowTest.NoThrowInterface
A method that does not throw an exception.- Specified by:
doSomethingWithoutException
in interfaceThrowTest.NoThrowInterface
-