If FinalizeError is being thrown, the exception causing this will be
stored in the FinalizeError.next, and FinalizeError.toString will
use super.next.toString to format the info, which will not include
file and line for all exceptions defined in core.exception, so the file
and line are now included in the printout.
If FinalizeError is being thrown, the exception causing this will be stored in the
FinalizeError.next
, andFinalizeError.toString
will use super.next.toString to format the info, which will not include file and line for all exceptions defined in core.exception, so the file and line are now included in the printout.