12331234123512361237123812391240
IllegalArgumentException { try { return getPathTemplateWithoutRegExps(Util .getPathAnnotation(resource)); } catch (IllegalPathException e) { throw new IllegalPathOnClassException(e); } }
105106107108109110111112
IllegalArgumentException { final Path path = Util.getPathAnnotation(rrc); try { return new PathRegExp(path.value(), path); } catch (IllegalPathException ipe) { throw new IllegalPathOnClassException(ipe); } }