3435363738394041
* * @see org.apache.tuscany.sca.test.exceptions.ExceptionThrower#theBad() */ public String theBad() throws Checked { throw new Checked("theBad"); }
2930313233343536
*/ public class ExceptionThrowerImpl implements ExceptionThrower { public String theBad() throws Checked { throw new Checked("theBad"); }