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 Detail

      • doSomethingWithoutException

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