Package org.djutils.exceptions
Interface ThrowTest.NoThrowInterface
-
- All Known Implementing Classes:
ThrowTest.NoThrow
- Enclosing class:
- ThrowTest
static interface ThrowTest.NoThrowInterface
Interface that has a method without an exception.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
doSomethingWithoutException()
A method that does not throw an exception.
-