3031323334353637
{ public void exc(boolean act) throws xNoSuchDefault { if (act) { throw new xNoSuchDefault(); } }