140141142143144145146147148149150
System.out.println(policySetWizard.toXACMLString()); } else { System.out.println(policySetWizard.toFormattedString( showIds, showRuleId)); } } catch (UnsupportedPolicySetWizardException e) { log.error("Unsupported Policy/PolicySet", e);