Class PublicSomethingImpl
java.lang.Object
com.googlecode.catchexception.throwable.PublicSomethingImpl
- All Implemented Interfaces:
Something
The Class PublicSomethingImpl.
-
Constructor Details
-
PublicSomethingImpl
public PublicSomethingImpl()
-
-
Method Details
-
doNothing
public void doNothing()Description copied from interface:Something
Do nothing. -
doThrow
public void doThrow()Description copied from interface:Something
Do throw. -
doThrowNoSuchMethodError
public void doThrowNoSuchMethodError()Description copied from interface:Something
Do throw no such method error.- Specified by:
doThrowNoSuchMethodError
in interfaceSomething
-
doThrowAssertionError
public void doThrowAssertionError()Description copied from interface:Something
Do throw assertion error.- Specified by:
doThrowAssertionError
in interfaceSomething
-
dooo
protected void dooo()Dooo.
-