View Single Post
Old Nov 5th, 2006, 7:31 PM   #13
titaniumdecoy
Expert Programmer
 
titaniumdecoy's Avatar
 
Join Date: Nov 2005
Posts: 935
Rep Power: 4 titaniumdecoy is on a distinguished road
Send a message via AIM to titaniumdecoy
Quote:
Originally Posted by deanosrs View Post
It's a compiler error. Don't know how to get a stack trace but will research and post one when I work it out...
try {
    ...
} catch (Exception e) { 
    e.printStackTrace();
}
titaniumdecoy is offline   Reply With Quote