Interface Something
- All Known Implementing Classes:
PublicSomethingImpl
public interface Something
The Interface Something.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Do nothing.void
doThrow()
Do throw.void
Do throw assertion error.void
Do throw no such method error.
-
Method Details
-
doNothing
void doNothing()Do nothing. -
doThrow
void doThrow()Do throw. -
doThrowNoSuchMethodError
void doThrowNoSuchMethodError()Do throw no such method error. -
doThrowAssertionError
void doThrowAssertionError()Do throw assertion error.
-