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
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidA method that does not throw an exception. 
- 
Constructor Details
- 
NoThrow
NoThrow() 
 - 
 - 
Method Details
- 
doSomethingWithoutException
public void doSomethingWithoutException()Description copied from interface:ThrowTest.NoThrowInterfaceA method that does not throw an exception.- Specified by:
 doSomethingWithoutExceptionin interfaceThrowTest.NoThrowInterface
 
 -