java console

MrChad

Lifer
Aug 22, 2001
13,507
3
81
:confused:

It's up to the application developer to write error handling. This has nothing to do with the language.
 

Crusty

Lifer
Sep 30, 2001
12,684
2
81
You know you can look at the stack trace and any messages that the exception contains right?

getStackTrace() and getMessage() i believe.