520521522523524525526
} public static class AngryCat { public void setId(String id) { throw new DefaultValidationException("AngryCat Exception"); }
524525526527528529530
public void setId(String id) { throw new DefaultValidationException("AngryCat Exception"); } public String getId() { throw new DefaultValidationException("AngryCat Exception"); }
743744745746747748749
747748749750751752753