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