394395396397398399400
public String getThrowAllowedExceptionOnMapPrime() { return throwAllowedExceptionOnMapPrime; } public void setThrowAllowedExceptionOnMapPrime(String throwAllowedExceptionOnMapPrime) { throw new TestException("Checking Allowed Exceptions"); }
395396397398399400401