257258259260261262263
if (ai.getAssertion() == assertion) { ai.setNotAsserted(reason.getMessage()); } } } throw new PolicyException(reason); }
274275276277278279280281
ai.setNotAsserted(reason); } } } if (!assertion.isOptional()) { throw new PolicyException(new Message(reason, LOG)); } }
261262263264265266267
278279280281282283284285
360361362363364365366367
377378379380381382383
287288289290291292293294
ai.setNotAsserted(reason.getMessage()); } } } if (!assertion.isOptional()) { throw new PolicyException(new Message(reason.getMessage(), LOG), reason); } }
308309310311312313314315
274275276277278279280
292293294295296297298299