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 Type
    Method
    Description
    void
    A method that does not throw an exception.
  • Method Details

    • doSomethingWithoutException

      void doSomethingWithoutException()
      A method that does not throw an exception.