----- Original Message ----- From: "Diane Holt" <[EMAIL PROTECTED]>
> If you got that error, should you expect "e" to have a value? Or would you > expect to get just the location and "Error running javac compiler" printed > out. I see that in BuildException.java it says "cause [...] may be null", > but my question is, in this particular case (Java exception-wise), would > you expect it to be? Yes you have a value. You are in the catch block because you caught this exception. So it exists and is not null. Cheers, Stephane -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
