Class PublicSomethingImpl

java.lang.Object
com.googlecode.catchexception.throwable.PublicSomethingImpl
All Implemented Interfaces:
Something

public class PublicSomethingImpl extends Object implements Something
The Class PublicSomethingImpl.
  • Constructor Details

    • PublicSomethingImpl

      public PublicSomethingImpl()
  • Method Details

    • doNothing

      public void doNothing()
      Description copied from interface: Something
      Do nothing.
      Specified by:
      doNothing in interface Something
    • doThrow

      public void doThrow()
      Description copied from interface: Something
      Do throw.
      Specified by:
      doThrow in interface Something
    • doThrowNoSuchMethodError

      public void doThrowNoSuchMethodError()
      Description copied from interface: Something
      Do throw no such method error.
      Specified by:
      doThrowNoSuchMethodError in interface Something
    • doThrowAssertionError

      public void doThrowAssertionError()
      Description copied from interface: Something
      Do throw assertion error.
      Specified by:
      doThrowAssertionError in interface Something
    • dooo

      protected void dooo()
      Dooo.