Wrox Home  
Search P2P Archive for: Go

  Return to Index  

servlets thread: AbstractMethodError


Message #1 by Joshua Yip <joshuayip@t...> on Mon, 05 Feb 2001 11:09:55 +0800
Hi all,

I am trying to use the method importNode from the DocumentImpl class but I
get this error AbstractMethodError. the documentation suggest :

"Thrown when an application tries to call an abstract method. Normally, this
error is caught by the compiler; this error can only occur at runtime if the
definition of some class has incompatibably changed since the currently
executing method was last compiled. "

Error occurs at the following line :

Node nodImported = combineDoc.importNode(nodTmp, (boolean)true);





Joshua Yip
Intelligent Business Document dot Com (IB-DOCS.COM)
Software Developer
joshuayip@t...
ICQ:8657630



  Return to Index