Hello,
    I have the following command in my JAVA program.

    if ( (r.fetch("CustomObject2")) == null){  
      //code here
    }
    // r is an instance of the Rete class;

    The thing is that the code throws a NullPointerException (the r.fetch command seems to be throwing a NullPointerException instead of just returning null), is there anyway that I could stop this.
thanks
Richard.
   



Do you Yahoo!?
Y! Web Hosting - Let the expert host your web site

Reply via email to