ALPESH KOTHARI wrote:
> 
> Hi,
> 
> When I added 'System.out.printStackTrace()' it told
> while compilation
> Method printStackTrace() not found in class
> java.io.PrintStream.
> 
> System.out.printStackTrace();

It should be:
e.printStackTrace();
where e comes from: catch (Exception e)

Matthias


----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to