A JuliaException stores the backtrace, which we can convert to a nicer form using `Base.stacktrace`. Let's print this out. Also, rename the `stacktrace` field of JuliaException to `backtrace`. Then maybe add a `stacktrace` field which is `stacktrace(backtrace)`.