148149150151152153154
/** * @see com.dtrules.interpreter.IRObject#booleanValue() */ public boolean booleanValue() throws RulesException { throw new RulesException("Undefined","Conversion Error","No Boolean value exists for "+RSession.typeInt2Str(this.type())); }