Comment #2 on issue 102 by allain.lalonde: PNode.print swallows failures http://code.google.com/p/piccolo2d/issues/detail?id=102
I wish it were but it's just way too subtle. It's way too easy to not notice a RuntimeException. Since printing involves IO, the best approach (in my humble opinion) is to force a checked exception. This is the kind of thing checked exceptions are intended for. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Piccolo2D Developers Group: http://groups.google.com/group/piccolo2d-dev?hl=en -~----------~----~----~----~------~----~------~--~---
