this.specificationMethod = m;
break;
}
}
if (this.specificationMethod == null) {
throw new SpecificationDescriptionException("Wrong specification method: " + specificationMethod);
}
}
catch(SecurityException ex) {
throw new SpecificationDescriptionException("Wrong specification method: " + specificationMethod);
}
}