[Advanced-java] Malformed response message

friedman_hill ernest j ejfried at ca.sandia.gov
Tue Aug 5 16:22:26 2003


I think Adrian Soetanto wrote:

>         catch (Throwable ex) {
>             if (searchThread == Thread.currentThread()) {
>                 Alert alert = new Alert("Search Failed", null,null, 
> AlertType.ERROR);
>                 alert.setTimeout(Alert.FOREVER);
>                 alert.setString("Search failed:\n" + ex.getMessage());
>                 display.setCurrent(alert, aForm);

You might try a temporary ex.printStackTrace() here, to find out the
class of the exception, and where it's being thrown from...


>             }
>         }
> }




---------------------------------------------------------
Ernest Friedman-Hill  
Distributed Systems Research        Phone: (925) 294-2154
Sandia National Labs                FAX:   (925) 294-2234
PO Box 969, MS 9012                 ejfried@ca.sandia.gov
Livermore, CA 94550         http://herzberg.ca.sandia.gov