// Fluent API
//-------------------------------------------------------------------------
public ExceptionType handled(boolean handled) {
ConstantLanguage constant = new ConstantLanguage();
return handled(constant.createPredicate(Boolean.toString(handled)));
}
public ExceptionType handled(Predicate handled) {
setHandledPolicy(handled);
return this;