236237238239240241242
* @throws ActivityUserException * the activity user exception */ protected void throwError() throws ActivityUserException { throw new ActivityOutOfBoundsException(0, 10, 20); }