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