Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialMichael Acosta Pegoraro
4,911 PointsUse of the IllegaArgumentException class with the getMessage() method question.
I noticed that if I use println it gives that there was no suitable method found for println.
So this means that this class and method can only be used with printf? or is there a way around this?
Tried searching in the Java docs with no success.
I like being detailed :P
1 Answer
Kristian Terziev
28,449 PointsI had the same issue a couple days ago. I received two helpful answers which I think may help you as well. Here's a link:
https://teamtreehouse.com/forum/what-is-the-problem-with-println-when-using-maps
Michael Acosta Pegoraro
4,911 PointsMichael Acosta Pegoraro
4,911 Pointsthanks alot Kris ;)