Lets say I am using a third party jar, like HTML parser.
The programmer who wrote that library decided to do printStackTrace();
for handling the exceptions. Few are only warnings. I want to handle them
myself differently in my program.
Is there a way to delegate this without that jar throwing up a stackTrace ?