im creating a PrintStream redirector. in the debug window of the IDE, uncayght errors are also shown. i want to know whether these tyoe of messages "uncaught exception ....." will appear in the redirected printstream too.
Printable View
im creating a PrintStream redirector. in the debug window of the IDE, uncayght errors are also shown. i want to know whether these tyoe of messages "uncaught exception ....." will appear in the redirected printstream too.
What you mean by uncaught errors? Which are not catch on a try-catch block? If you catch an exception you can do something depends on the application you are working on. If not compiler through an exception. So the IDE print that error on the debug window.