[rules-users] Unterminated String Literal error

Esteban Aliverti esteban.aliverti at gmail.com
Wed Feb 16 18:29:37 EST 2011


throw new IllegalArgumentException("InputType " + InputType.toString()
+ " is not defined for " + $priceRequest.getClient().getName());

shouldn't that be: inputType.toString() //No capital i ??

Best Regards,

XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Esteban Aliverti
- Developer @ http://www.plugtree.com
- Blog @ http://ilesteban.wordpress.com


On Wed, Feb 16, 2011 at 8:13 PM, StormeHawke
<Brian.Trezise at intellidata.net>wrote:

> throw new IllegalArgumentException("InputType " + InputType.toString()
> + " is not defined for " + $priceRequest.getClient().getName());
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/rules-users/attachments/20110216/f2263698/attachment.html 


More information about the rules-users mailing list