I'm developing using an older Java version which has no getStackTrace() method. There is a printStackTrace method but it's not printing where I want it.
Is there a way to extract the full contents of Exception ex (ex in this case, and a MXExeption)?
Cast to string array or something?