[jiffie-developers] concerning a blocking thread exception
Status: Abandoned
Brought to you by:
joniles
|
From: Alejandro \(Alex\) S. <so...@ad...> - 2007-01-08 21:13:07
|
Hi all,
=20
I'm running a program that uses more than one BlockingClickThread (for
some dialog boxes at different parts of a webapp), and the program
proceeds accordingly. However, I get an exception printed out:
=20
Exception in thread "Thread-226" java.lang.NullPointerException
at
com.tapsterrock.jiffie.BlockingClickThread.runBlockingMethod(BlockingCli
ckThread.java:54)
at
com.tapsterrock.jiffie.BlockingThread.run(BlockingThread.java:55)
=20
...which is a bit perplexing to me. It doesn't halt the execution of
the rest of the program. Regardless, I'd like to ideally clean up this
exception. I tried using .interrupt() and .stop() on each
BlockingClickThread once it's finished but it doesn't seem to make a
difference. Any thoughts? Thank you,
=20
-Alex=20
|