* @throws WmsException DOCUMENT ME!
*/
private void checkStyle(Style style, FeatureType fType)
throws WmsException {
StyleAttributeExtractor sae = new StyleAttributeExtractor();
sae.visit(style);
String[] styleAttributes = sae.getAttributeNames();
for (int i = 0; i < styleAttributes.length; i++) {
String attName = styleAttributes[i];