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
Modifier and TypeMethodDescriptionvoidA method that does not throw an exception. 
- 
Method Details
- 
doSomethingWithoutException
void doSomethingWithoutException()A method that does not throw an exception. 
 -